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