interface PreloadableRouteProviderInterface

Extends the router provider interface to pre-load routes.

Hierarchy

File

core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php, line 8

Namespace

Drupal\Core\Routing

Members

Name Modifiers Type Description
PreloadableRouteProviderInterface::preLoadRoutes public function Pre-load routes by their names using the provided list of names.
RouteProviderInterface::getAllRoutes public function Returns all the routes on the system.
RouteProviderInterface::getRouteByName public function Find the route using the provided route name.
RouteProviderInterface::getRouteCollectionForRequest public function Finds routes that may potentially match the request.
RouteProviderInterface::getRoutesByNames public function Find many routes by their names using the provided list of names.
RouteProviderInterface::getRoutesByPattern public function Get all routes which match a certain pattern.
RouteProviderInterface::reset public function Resets the route provider object.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Routing!PreloadableRouteProviderInterface.php/interface/PreloadableRouteProviderInterface/8.1.x