final class LanguageConfigOverrideEvents (View source)

Defines events for language configuration overrides.

Constants

SAVE_OVERRIDE

The name of the event fired when saving the configuration override.

This event allows you to perform custom actions whenever a language config override is saved. The event listener method receives a \Drupal\language\Config\LanguageConfigOverrideCrudEvent instance.

DELETE_OVERRIDE

The name of the event fired when deleting the configuration override.

This event allows you to perform custom actions whenever a language config override is deleted. The event listener method receives a \Drupal\language\Config\LanguageConfigOverrideCrudEvent instance.