RouteProvider::getAllRoutes

public RouteProvider::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. Overrides RouteProviderInterface::getAllRoutes File core/lib/Drupal/Core/Routing/RouteProvider.php, line 375 Class RouteProvider A Route Provider fro

RouteProvider::$tableName

The name of the SQL table from which to read the routes. Type: string File core/lib/Drupal/Core/Routing/RouteProvider.php, line 36 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $tableName;

RouteProvider::$state

The state. Type: \Drupal\Core\State\StateInterface File core/lib/Drupal/Core/Routing/RouteProvider.php, line 43 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $state;

RouteProvider::$serializedRoutes

A cache of already-loaded serialized routes, keyed by route name. Type: string[] File core/lib/Drupal/Core/Routing/RouteProvider.php, line 57 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $serializedRoutes = [];

RouteProvider::$routes

A cache of already-loaded routes, keyed by route name. Type: \Symfony\Component\Routing\Route[] File core/lib/Drupal/Core/Routing/RouteProvider.php, line 50 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $routes = array();

RouteProvider::$pathProcessor

A path processor manager for resolving the system path. Type: \Drupal\Core\PathProcessor\InboundPathProcessorInterface File core/lib/Drupal/Core/Routing/RouteProvider.php, line 85 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $pathProcessor;

RouteProvider::$currentPath

The current path. Type: \Drupal\Core\Path\CurrentPathStack File core/lib/Drupal/Core/Routing/RouteProvider.php, line 64 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $currentPath;

RouteProvider::$connection

The database connection from which to read route information. Type: \Drupal\Core\Database\Connection File core/lib/Drupal/Core/Routing/RouteProvider.php, line 29 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $connection;

RouteProvider::$cacheTagInvalidator

The cache tag invalidator. Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface File core/lib/Drupal/Core/Routing/RouteProvider.php, line 78 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $cacheTagInvalidator;

RouteProvider::$cache

The cache backend. Type: \Drupal\Core\Cache\CacheBackendInterface File core/lib/Drupal/Core/Routing/RouteProvider.php, line 71 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $cache;