You are here

constant ConfigTranslationEvents::POPULATE_MAPPER in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/config_translation/src/Event/ConfigTranslationEvents.php \Drupal\config_translation\Event\ConfigTranslationEvents::POPULATE_MAPPER
  2. 9 core/modules/config_translation/src/Event/ConfigTranslationEvents.php \Drupal\config_translation\Event\ConfigTranslationEvents::POPULATE_MAPPER

The name of the event dispatched when a configuration mapper is populated.

Allows modules to add related config for translation on a specific translation form.

See also

\Drupal\config_translation\ConfigMapperInterface::populateFromRouteMatch()

File

core/modules/config_translation/src/Event/ConfigTranslationEvents.php, line 18

Class

ConfigTranslationEvents
Provides a list of events dispatched by the Configuration Translation module.

Namespace

Drupal\config_translation\Event

Code

const POPULATE_MAPPER = 'config_translation.populate_mapper';