function ParamConverterSubscriber::getSubscribedEvents

File

core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php, line 46

Class

ParamConverterSubscriber
Event subscriber for registering parameter converters with routes.

Namespace

Drupal\Core\EventSubscriber

Code

public static function getSubscribedEvents() : array {
  // Run after \Drupal\system\EventSubscriber\AdminRouteSubscriber.
  $events[RoutingEvents::ALTER][] = [
    'onRoutingRouteAlterSetParameterConverters',
    -220,
  ];
  return $events;
}

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