function MatcherDumper::dump
File
-
core/
lib/ Drupal/ Core/ ProxyClass/ Routing/ MatcherDumper.php, line 81
Class
- MatcherDumper
- Provides a proxy class for \Drupal\Core\Routing\MatcherDumper.
Namespace
Drupal\Core\ProxyClass\RoutingCode
public function dump(array $options = array()) : string {
return $this->lazyLoadItself()
->dump($options);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.