function RouteProviderInterface::getAllRoutes
Same name in other branches
- 9 core/lib/Drupal/Core/Routing/RouteProviderInterface.php \Drupal\Core\Routing\RouteProviderInterface::getAllRoutes()
- 8.9.x core/lib/Drupal/Core/Routing/RouteProviderInterface.php \Drupal\Core\Routing\RouteProviderInterface::getAllRoutes()
- 11.x core/lib/Drupal/Core/Routing/RouteProviderInterface.php \Drupal\Core\Routing\RouteProviderInterface::getAllRoutes()
Returns all the routes on the system.
Usage of this method is discouraged for performance reasons. If possible, use RouteProviderInterface::getRoutesByNames() or RouteProviderInterface::getRoutesByPattern() instead.
Return value
\Symfony\Component\Routing\Route[] An iterator of routes keyed by route name.
File
-
core/
lib/ Drupal/ Core/ Routing/ RouteProviderInterface.php, line 100
Class
- RouteProviderInterface
- Defines the route provider interface.
Namespace
Drupal\Core\RoutingCode
public function getAllRoutes();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.