MatcherDumperInterface

Extends the symfony matcher dumper interface with a addRoutes method.

Hierarchy

  • interface \Symfony\Component\Routing\Matcher\Dumper\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.
doc_Drupal
2016-10-29 09:25:40
Comments
Leave a Comment

Please login to continue.