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\Routing

Code

public function dump(array $options = array()) {
  return $this->lazyLoadItself()
    ->dump($options);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.