function RouteProviderLazyBuilder::getRouteAliases
Overrides RouteProviderInterface::getRouteAliases
File
-
core/
lib/ Drupal/ Core/ Routing/ RouteProviderLazyBuilder.php, line 159
Class
- RouteProviderLazyBuilder
- A Route Provider front-end for all Drupal-stored routes.
Namespace
Drupal\Core\RoutingCode
public function getRouteAliases(string $route_name) : iterable {
return $this->getRouteProvider()
->getRouteAliases($route_name);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.