You are here

final class ConfigDevelEvents in Configuration development 8

Defines events for config devel.

Hierarchy

Expanded class hierarchy of ConfigDevelEvents

See also

\Drupal\config_devel\Event\ConfigDevelSaveEvent

2 files declare their use of ConfigDevelEvents
ConfigDevelAutoExportSubscriber.php in src/EventSubscriber/ConfigDevelAutoExportSubscriber.php
ConfigImporterExporter.php in src/ConfigImporterExporter.php

File

src/Event/ConfigDevelEvents.php, line 10

Namespace

Drupal\config_devel\Event
View source
final class ConfigDevelEvents {

  /**
   * Name of the event fired when saving a config entity to disk.
   *
   * This event allows other modules to impact the configuration that is being
   * written to disk
   *
   * @Event
   *
   * @see \Drupal\config_devel\Event\ConfigDevelSaveEvent
   *
   * @var string
   */
  const SAVE = 'config_devel.save';

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigDevelEvents::SAVE constant Name of the event fired when saving a config entity to disk.