ConfigTranslationEvents::POPULATE_MAPPER
Same name in other branches
- 9 core/modules/config_translation/src/Event/ConfigTranslationEvents.php \Drupal\config_translation\Event\ConfigTranslationEvents::POPULATE_MAPPER
- 8.9.x core/modules/config_translation/src/Event/ConfigTranslationEvents.php \Drupal\config_translation\Event\ConfigTranslationEvents::POPULATE_MAPPER
- 10 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\EventCode
const POPULATE_MAPPER = 'config_translation.populate_mapper';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.