Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigTranslationEvents.php

class ConfigTranslationEvents

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

Hierarchy

  • class \Drupal\config_translation\Event\ConfigTranslationEvents

Expanded class hierarchy of ConfigTranslationEvents

2 files declare their use of ConfigTranslationEvents
ConfigNamesMapper.php in core/modules/config_translation/src/ConfigNamesMapper.php
EditorConfigTranslationSubscriber.php in core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php

File

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

Namespace

Drupal\config_translation\Event
View source
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';

}

Members

Title Sort descending Modifiers Object type Summary
ConfigTranslationEvents::POPULATE_MAPPER constant The name of the event dispatched when a configuration mapper is populated.
RSS feed
Powered by Drupal