class MatcherDumper
Same name in this branch
- 11.1.x core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php \Drupal\Core\ProxyClass\Routing\MatcherDumper
- 11.1.x core/lib/Drupal/Core/Routing/MatcherDumper.php \Drupal\Core\Routing\MatcherDumper
MatcherDumper is the abstract class for all built-in matcher dumpers.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Symfony\Component\Routing\Matcher\Dumper\MatcherDumper implements \Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface
Expanded class hierarchy of MatcherDumper
File
-
vendor/
symfony/ routing/ Matcher/ Dumper/ MatcherDumper.php, line 21
Namespace
Symfony\Component\Routing\Matcher\DumperView source
abstract class MatcherDumper implements MatcherDumperInterface {
public function __construct(RouteCollection $routes) {
}
public function getRoutes() : RouteCollection {
return $this->routes;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
MatcherDumper::getRoutes | public | function | Gets the routes to dump. | Overrides MatcherDumperInterface::getRoutes | |
MatcherDumper::__construct | public | function | |||
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. |
4 |