function TestYamlRouteDiscovery::getRouteDefinitions
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php \Drupal\Tests\Core\Routing\TestYamlRouteDiscovery::getRouteDefinitions()
File
-
core/
tests/ Drupal/ Tests/ Core/ Routing/ RouteBuilderTest.php, line 419
Class
- TestYamlRouteDiscovery
- Extends the core route builder with a setter method for the YAML discovery.
Namespace
Drupal\Tests\Core\RoutingCode
protected function getRouteDefinitions() {
return $this->yamlDiscovery
->findAll();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.