function TestRouteBuilder::getRouteDefinitions
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php \Drupal\Tests\Core\Routing\TestRouteBuilder::getRouteDefinitions()
- 8.9.x core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php \Drupal\Tests\Core\Routing\TestRouteBuilder::getRouteDefinitions()
- 11.x core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php \Drupal\Tests\Core\Routing\TestRouteBuilder::getRouteDefinitions()
Overrides RouteBuilder::getRouteDefinitions
File
-
core/
tests/ Drupal/ Tests/ Core/ Routing/ RouteBuilderTest.php, line 349
Class
- TestRouteBuilder
- 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.