You are here

8 methods override UrlGeneratorInterface::generate() in Zircon Profile 8

AccessAwareRouter::generate in core/lib/Drupal/Core/Routing/AccessAwareRouter.php
Generates a URL or path for a specific route based on the given parameters.
ChainRouter::generate in vendor/symfony-cmf/routing/ChainRouter.php
Loops through all registered routers and returns a router if one is found. It will always return the first route generated.
DynamicRouter::generate in vendor/symfony-cmf/routing/DynamicRouter.php
Generates a URL from the given parameters.
MetadataBubblingUrlGenerator::generate in core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
Generates a URL or path for a specific route based on the given parameters.
Router::generate in vendor/symfony/routing/Router.php
Generates a URL or path for a specific route based on the given parameters.
SupernovaGenerator::generate in core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
Generates a URL or path for a specific route based on the given parameters.
UrlGenerator::generate in vendor/symfony/routing/Generator/UrlGenerator.php
Generates a URL or path for a specific route based on the given parameters.
UrlGenerator::generate in core/lib/Drupal/Core/Routing/UrlGenerator.php
Generates a URL or path for a specific route based on the given parameters.