function ConfigSchemaChecker::getSubscribedEvents
File
-
core/
lib/ Drupal/ Core/ Config/ Development/ ConfigSchemaChecker.php, line 102
Class
- ConfigSchemaChecker
- Listens to the config save event and validates schema.
Namespace
Drupal\Core\Config\DevelopmentCode
public static function getSubscribedEvents() {
$events[ConfigEvents::SAVE][] = [
'onConfigSave',
255,
];
return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.