function PathRootsSubscriber::onRouteFinished
Same name in other branches
- 9 core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php \Drupal\Core\EventSubscriber\PathRootsSubscriber::onRouteFinished()
- 10 core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php \Drupal\Core\EventSubscriber\PathRootsSubscriber::onRouteFinished()
- 11.x core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php \Drupal\Core\EventSubscriber\PathRootsSubscriber::onRouteFinished()
File
-
core/
lib/ Drupal/ Core/ EventSubscriber/ PathRootsSubscriber.php, line 59
Class
- PathRootsSubscriber
- Provides all available first bits of all route paths.
Namespace
Drupal\Core\EventSubscriberCode
public function onRouteFinished() {
$this->state
->set('router.path_roots', array_keys($this->pathRoots));
$this->pathRoots = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.