function TestRouteProvider::getCandidateOutlines
Same name in other branches
- 8.9.x core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php \Drupal\KernelTests\Core\Routing\TestRouteProvider::getCandidateOutlines()
- 10 core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php \Drupal\KernelTests\Core\Routing\TestRouteProvider::getCandidateOutlines()
- 11.x core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php \Drupal\KernelTests\Core\Routing\TestRouteProvider::getCandidateOutlines()
Overrides RouteProvider::getCandidateOutlines
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Routing/ RouteProviderTest.php, line 791
Class
Namespace
Drupal\KernelTests\Core\RoutingCode
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.