Does not dump Route information.
Hierarchy
- class \Drupal\Core\Routing\NullMatcherDumper implements MatcherDumperInterface
File
- core/lib/Drupal/Core/Routing/NullMatcherDumper.php, line 10
Namespace
Drupal\Core\Routing
Members
Name | Modifiers | Type | Description |
---|---|---|---|
NullMatcherDumper::$routes | protected | property | The routes to be dumped. |
NullMatcherDumper::addRoutes | public | function | Adds additional routes to be dumped. Overrides MatcherDumperInterface::addRoutes |
NullMatcherDumper::dump | public | function | Dumps a set of routes to the router table in the database. Overrides MatcherDumperInterface::dump |
NullMatcherDumper::getRoutes | public | function | Gets the routes to match. Overrides MatcherDumperInterface::getRoutes |
Please login to continue.