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[ConfigEvents::IMPORT][] = [ 'onConfigImporterImport', 40, ]; return $events; }