function EventSubscriber::getSubscribedEvents
File
-
core/
modules/ config/ tests/ config_events_test/ src/ EventSubscriber.php, line 50
Class
Namespace
Drupal\config_events_testCode
public static function getSubscribedEvents() {
$events[ConfigEvents::SAVE][] = [
'configEventRecorder',
];
$events[ConfigEvents::DELETE][] = [
'configEventRecorder',
];
$events[ConfigEvents::RENAME][] = [
'configEventRecorder',
];
return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.