function StaticRouteDiscoveryBase::getSubscribedEvents
File
-
core/
lib/ Drupal/ Core/ Routing/ StaticRouteDiscoveryBase.php, line 101
Class
- StaticRouteDiscoveryBase
- Provides functionality for a class subscribed to RoutingEvents::STATIC.
Namespace
Drupal\Core\RoutingCode
public static function getSubscribedEvents() : array {
$events[RoutingEvents::STATIC] = [
'onRouteBuild',
static::getPriority(),
];
return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.