Skip to content
Snippets Groups Projects
Commit 67d9c3e6 authored by catch's avatar catch
Browse files

Issue #2606378 by anil280988, kaushalkishorejaiswal, sdstyles: mark...

Issue #2606378 by anil280988, kaushalkishorejaiswal, sdstyles: mark \Drupal\Core\Routing\UrlGeneratorInterface::generate() as internal
parent f95cc89f
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,10 @@ public function getPathFromRoute($name, $parameters = array());
* @throws \Symfony\Component\Routing\Exception\InvalidParameterException
* Thrown when a parameter value for a placeholder is not correct because it
* does not match the requirement.
*
* @internal
* Should not be used in user code.
* Use \Drupal\Core\Url instead.
*/
public function generateFromRoute($name, $parameters = array(), $options = array(), $collect_bubbleable_metadata = FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment