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.
doc_Drupal
2016-10-29 09:34:52
Comments
Leave a Comment

Please login to continue.