RouteProviderInterface

Extends the router provider interface

Hierarchy

  • interface \Symfony\Cmf\Component\Routing\RouteProviderInterface

See also

\Symfony\Cmf\Component\Routing

File

core/lib/Drupal/Core/Routing/RouteProviderInterface.php, line 12

Namespace

Drupal\Core\Routing

Members

Name Modifiers Type Description
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:39:19
Comments
Leave a Comment

Please login to continue.