function TestRouteBuilder::getRouteDefinitions

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php \Drupal\Tests\Core\Routing\TestRouteBuilder::getRouteDefinitions()
  2. 10 core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php \Drupal\Tests\Core\Routing\TestRouteBuilder::getRouteDefinitions()
  3. 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\Routing

Code

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.