Skip to content
Snippets Groups Projects
Commit f9626231 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2307061 by Mile23, pwolanin, dawehner, YesCT:...

Issue #2307061 by Mile23, pwolanin, dawehner, YesCT: UrlGeneratorInterface::getPathFromRoute() is marked deprecated but will not be removed, so update the docs
parent e678a03a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -17,7 +17,7 @@
interface UrlGeneratorInterface extends VersatileGeneratorInterface {
/**
* Gets the internal path (system path) of a route.
* Gets the internal path (system path) for a route.
*
* @param string|\Symfony\Component\Routing\Route $name
* The route name or a route object.
......@@ -27,9 +27,6 @@ interface UrlGeneratorInterface extends VersatileGeneratorInterface {
*
* @return string
* The internal Drupal path corresponding to the route.
*
* @deprecated in Drupal 8.0.x-dev, will be removed before Drupal 8.0.0
* System paths should not be used - use route names and parameters.
*/
public function getPathFromRoute($name, $parameters = array());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment