Registers the methods in this class that should be listeners.
array An array of event listener definitions.
Overrides EventSubscriberInterface::getSubscribedEvents
static function getSubscribedEvents() {
$events['config.importer.validate'][] = array(
'onConfigImporterValidate',
40,
);
$events['config.installer.validate'][] = array(
'onConfigImporterValidate',
40,
);
return $events;
}