function TestRouteProvider::getCandidateOutlines

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php \Drupal\KernelTests\Core\Routing\TestRouteProvider::getCandidateOutlines()

File

core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php, line 791

Class

TestRouteProvider

Namespace

Drupal\KernelTests\Core\Routing

Code

public function getCandidateOutlines(array $parts) {
  return parent::getCandidateOutlines($parts);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.