Registers the methods in this class that should be listeners.
array An array of event listener definitions.
Overrides EventSubscriberInterface::getSubscribedEvents
public static function getSubscribedEvents() : array { $events[KernelEvents::RESPONSE][] = [ 'addCheckToUrl', -1000, ]; return $events; }