function RouteProvider::getRoutesByNames
File
-
core/
tests/ Drupal/ KernelTests/ RouteProvider.php, line 56
Class
- RouteProvider
- Rebuilds the router when the provider is instantiated.
Namespace
Drupal\KernelTestsCode
public function getRoutesByNames($names) {
return $this->lazyLoadItself()
->getRoutesByNames($names);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.