final class LocaleEvents in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/locale/src/LocaleEvents.php \Drupal\locale\LocaleEvents
Defines events for locale translation.
Hierarchy
- class \Drupal\locale\LocaleEvents
Expanded class hierarchy of LocaleEvents
See also
\Drupal\Core\Config\ConfigCrudEvent
2 files declare their use of LocaleEvents
- locale.module in core/
modules/ locale/ locale.module - Enables the translation of the user interface to languages other than English.
- LocaleTranslationCacheTag.php in core/
modules/ locale/ src/ EventSubscriber/ LocaleTranslationCacheTag.php - Contains \Drupal\locale\EventSubscriber\LocaleTranslationCacheTag.
File
- core/
modules/ locale/ src/ LocaleEvents.php, line 15 - Contains \Drupal\locale\LocaleEvents.
Namespace
Drupal\localeView source
final class LocaleEvents {
/**
* The name of the event fired when saving a translated string.
*
* This event allows you to perform custom actions whenever a translated
* string is saved.
*
* @Event
*
* @see \Drupal\locale\EventSubscriber\LocaleTranslationCacheTag
*/
const SAVE_TRANSLATION = 'locale.save_translation';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LocaleEvents:: |
constant | The name of the event fired when saving a translated string. |