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

Breadcrumb

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

ConfigEvents::IMPORT

Name of the event fired when importing configuration to target storage.

This event allows modules to perform additional actions when configuration is imported. The event listener method receives a \Drupal\Core\Config\ConfigImporterEvent instance.

See also

\Drupal\Core\Config\ConfigImporterEvent

\Drupal\Core\Config\ConfigImporter::import().

\Drupal\Core\EventSubscriber\ConfigSnapshotSubscriber::onConfigImporterImport().

Related topics

Events
Overview of event dispatch and subscribing

File

core/lib/Drupal/Core/Config/ConfigEvents.php, line 109

Class

ConfigEvents
Defines events for the configuration system.

Namespace

Drupal\Core\Config

Code

const IMPORT = 'config.importer.import';
RSS feed
Powered by Drupal