Extends the symfony matcher dumper interface with a addRoutes method.
Hierarchy
- interface \Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface
- interface \Drupal\Core\Routing\MatcherDumperInterface
File
- core/lib/Drupal/Core/Routing/MatcherDumperInterface.php, line 11
Namespace
Drupal\Core\Routing
Members
Name | Modifiers | Type | Description |
---|---|---|---|
MatcherDumperInterface::addRoutes | public | function | Adds additional routes to be dumped. |
MatcherDumperInterface::dump | public | function | Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes. |
MatcherDumperInterface::getRoutes | public | function | Gets the routes to dump. |
Please login to continue.