LocaleEvents::SAVE_TRANSLATION

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.

See also

\Drupal\locale\EventSubscriber\LocaleTranslationCacheTag

Related topics

Events
Overview of event dispatch and subscribing

File

core/modules/locale/src/LocaleEvents.php, line 22

Class

LocaleEvents
Defines events for locale translation.

Namespace

Drupal\locale

Code

const SAVE_TRANSLATION = 'locale.save_translation';
doc_Drupal
2016-10-29 09:24:03
Comments
Leave a Comment

Please login to continue.