function RouteProviderInterface::getRouteByName
Find the route using the provided route name.
Parameters
string $name: The route name to fetch.
Return value
\Symfony\Component\Routing\Route The Symfony route object.
Throws
\Symfony\Component\Routing\Exception\RouteNotFoundException If a matching route cannot be found.
4 methods override RouteProviderInterface::getRouteByName()
- MockRouteProvider::getRouteByName in core/modules/ system/ src/ Tests/ Routing/ MockRouteProvider.php 
- Find the route using the provided route name.
- RouteProvider::getRouteByName in core/tests/ Drupal/ KernelTests/ RouteProvider.php 
- Find the route using the provided route name.
- RouteProvider::getRouteByName in core/lib/ Drupal/ Core/ Routing/ RouteProvider.php 
- Find the route using the provided route name.
- RouteProviderLazyBuilder::getRouteByName in core/lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php 
- Find the route using the provided route name.
File
- 
              core/lib/ Drupal/ Core/ Routing/ RouteProviderInterface.php, line 50 
Class
- RouteProviderInterface
- Defines the route provider interface.
Namespace
Drupal\Core\RoutingCode
public function getRouteByName($name);Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
