MatcherDumperInterface::addRoutes

public MatcherDumperInterface::addRoutes(RouteCollection $routes)

Adds additional routes to be dumped.

Parameters

\Symfony\Component\Routing\RouteCollection $routes: A collection of routes to add to this dumper.

File

core/lib/Drupal/Core/Routing/MatcherDumperInterface.php, line 19

Class

MatcherDumperInterface
Extends the symfony matcher dumper interface with a addRoutes method.

Namespace

Drupal\Core\Routing

Code

public function addRoutes(RouteCollection $routes);
doc_Drupal
2016-10-29 09:25:40
Comments
Leave a Comment

Please login to continue.