Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
|
|
@ -1,24 +0,0 @@
|
|||
<?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';
|
||||
|
||||
}
|
||||
Reference in a new issue