interface MatcherDumperInterface implements MatcherDumperInterface (View source)

Extends the symfony matcher dumper interface with an addRoutes method.

Methods

addRoutes(RouteCollection $routes)

Adds additional routes to be dumped.

Details

addRoutes(RouteCollection $routes)

Adds additional routes to be dumped.

Parameters

RouteCollection $routes

A collection of routes to add to this dumper.