Mercurial > hg > cmmr2012-drupal-site
view core/modules/config_translation/src/Event/ConfigTranslationEvents.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
line wrap: on
line source
<?php namespace Drupal\config_translation\Event; /** * Provides a list of events dispatched by the Configuration Translation module. */ final class ConfigTranslationEvents { /** * 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 \Drupal\config_translation\ConfigMapperInterface::populateFromRouteMatch() */ const POPULATE_MAPPER = 'config_translation.populate_mapper'; }