public function RouteProviderInterface::getRoutesByPattern

public RouteProviderInterface::getRoutesByPattern($pattern)

Get all routes which match a certain pattern.

Parameters

string $pattern: The route pattern to search for (contains {} as placeholders).

Return value

\Symfony\Component\Routing\RouteCollection Returns a route collection of matching routes.

File

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

Class

RouteProviderInterface
Extends the router provider interface

Namespace

Drupal\Core\Routing

Code

public function getRoutesByPattern($pattern);

© 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!RouteProviderInterface.php/function/RouteProviderInterface::getRoutesByPattern/8.1.x