function LocaleConfigSubscriber::getSubscribedEvents
File
- 
              core/
modules/ locale/ src/ LocaleConfigSubscriber.php, line 73  
Class
- LocaleConfigSubscriber
 - Updates strings translation when configuration translations change.
 
Namespace
Drupal\localeCode
public static function getSubscribedEvents() : array {
  $events[LanguageConfigOverrideEvents::SAVE_OVERRIDE] = 'onOverrideChange';
  $events[LanguageConfigOverrideEvents::DELETE_OVERRIDE] = 'onOverrideChange';
  $events[ConfigEvents::SAVE] = 'onConfigSave';
  return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.