function UpdateRegistry::getSubscribedEvents

File

core/lib/Drupal/Core/Update/UpdateRegistry.php, line 385

Class

UpdateRegistry
Provides all and missing update implementations.

Namespace

Drupal\Core\Update

Code

public static function getSubscribedEvents() {
  $events[ConfigEvents::SAVE][] = [
    'onConfigSave',
  ];
  return $events;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.