function RouteProvider::getCandidateOutlines

File

core/tests/Drupal/KernelTests/RouteProvider.php, line 67

Class

RouteProvider
Rebuilds the router when the provider is instantiated.

Namespace

Drupal\KernelTests

Code

public function getCandidateOutlines(array $parts) {
  return $this->lazyLoadItself()
    ->getCandidateOutlines($parts);
}

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