function RouteProvider::getSubscribedEvents
File
-
core/
lib/ Drupal/ Core/ Routing/ RouteProvider.php, line 427
Class
- RouteProvider
- A Route Provider front-end for all Drupal-stored routes.
Namespace
Drupal\Core\RoutingCode
public static function getSubscribedEvents() {
$events[RoutingEvents::FINISHED][] = [
'reset',
];
return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.