LocaleEvents.php

Same filename and directory in other branches
  1. 9 core/modules/locale/src/LocaleEvents.php
  2. 8.9.x core/modules/locale/src/LocaleEvents.php
  3. 10 core/modules/locale/src/LocaleEvents.php

Namespace

Drupal\locale

File

core/modules/locale/src/LocaleEvents.php

View source
<?php

namespace Drupal\locale;


/**
 * Defines events for locale translation.
 *
 * @see \Drupal\Core\Config\ConfigCrudEvent
 */
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';

}

Classes

Title Deprecated Summary
LocaleEvents Defines events for locale translation.

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