NullMatcherDumper
class NullMatcherDumper implements MatcherDumperInterface (View source)
Does not dump Route information.
Properties
| protected RouteCollection | $routes | The routes to be dumped. |
Methods
addRoutes(RouteCollection $routes)
Adds additional routes to be dumped.
dump(array $options = [])
Dumps a set of routes to the router table in the database.
RouteCollection
getRoutes()
Gets the routes to match.
Details
addRoutes(RouteCollection $routes)
Adds additional routes to be dumped.
dump(array $options = [])
Dumps a set of routes to the router table in the database.
Available options:
- provider: The route grouping that is being dumped. All existing routes with this provider will be deleted on dump.
- base_class: The base class name.
RouteCollection
getRoutes()
Gets the routes to match.