function RouteBuilderTest::getSubscribedEvents
File
-
core/
tests/ Drupal/ Tests/ Core/ Routing/ RouteBuilderTest.php, line 363
Class
Namespace
Drupal\Tests\Core\RoutingCode
public static function getSubscribedEvents() : array {
$events[RoutingEvents::DYNAMIC] = [
'onRouteDynamic',
];
$events[RoutingEvents::ALTER] = [
'onRouteAlter',
];
return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.