public function RouteProvider::getCandidateOutlines in Drupal 10
Same name in this branch
- 10 core/tests/Drupal/KernelTests/RouteProvider.php \Drupal\KernelTests\RouteProvider::getCandidateOutlines()
- 10 core/lib/Drupal/Core/Routing/RouteProvider.php \Drupal\Core\Routing\RouteProvider::getCandidateOutlines()
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/RouteProvider.php \Drupal\KernelTests\RouteProvider::getCandidateOutlines()
- 9 core/tests/Drupal/KernelTests/RouteProvider.php \Drupal\KernelTests\RouteProvider::getCandidateOutlines()
File
- core/
tests/ Drupal/ KernelTests/ RouteProvider.php, line 62
Class
- RouteProvider
- Rebuilds the router when the provider is instantiated.
Namespace
Drupal\KernelTestsCode
public function getCandidateOutlines(array $parts) {
return $this
->lazyLoadItself()
->getCandidateOutlines($parts);
}