Search for event

  1. Search 7.x for event
  2. Search 9.5.x for event
  3. Search 10.3.x for event
  4. Search 11.x for event
  5. Other projects
Title Object type File name Summary
ConfigCrudEvent::isChanged function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Checks to see if the provided configuration key's value has changed.
ConfigCrudEvent::__construct function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Constructs a configuration event object.
ConfigEntityMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The mocked event dispatcher.
ConfigEvents class core/lib/Drupal/Core/Config/ConfigEvents.php Defines events for the configuration system.
ConfigEvents.php file core/lib/Drupal/Core/Config/ConfigEvents.php
ConfigEvents::COLLECTION_INFO constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of event fired to collect information on all config collections.
ConfigEvents::DELETE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when deleting a configuration object.
ConfigEvents::IMPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when importing configuration to target storage.
ConfigEvents::IMPORT_MISSING_CONTENT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of event fired when missing content dependencies are detected.
ConfigEvents::IMPORT_VALIDATE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when validating imported configuration.
ConfigEvents::RENAME constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when renaming a configuration object.
ConfigEvents::SAVE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when saving a configuration object.
ConfigEvents::STORAGE_TRANSFORM_EXPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when the export storage is used.
ConfigEvents::STORAGE_TRANSFORM_IMPORT constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired just before importing configuration.
ConfigEventsTest class core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Tests events fired on configuration objects.
ConfigEventsTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php
ConfigEventsTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Modules to enable.
ConfigEventsTest::testConfigEvents function core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Tests configuration events.
ConfigEventsTest::testConfigRenameEvent function core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php Tests configuration rename event that is fired from the ConfigFactory.
ConfigFactory::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigFactory.php An event dispatcher instance to use for configuration events.
ConfigFactory::getSubscribedEvents function core/lib/Drupal/Core/Config/ConfigFactory.php
ConfigFactoryOverrideBase::getSubscribedEvents function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php
ConfigFactoryTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Event Dispatcher.
ConfigFieldMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The mocked event dispatcher.
ConfigImporter::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigImporter.php The event dispatcher used to notify subscribers.
ConfigImporterEvent class core/lib/Drupal/Core/Config/ConfigImporterEvent.php
ConfigImporterEvent.php file core/lib/Drupal/Core/Config/ConfigImporterEvent.php
ConfigImporterEvent::$configImporter property core/lib/Drupal/Core/Config/ConfigImporterEvent.php Configuration import object.
ConfigImporterEvent::getChangelist function core/lib/Drupal/Core/Config/ConfigImporterEvent.php Gets the list of changes that will be imported.
ConfigImporterEvent::getConfigImporter function core/lib/Drupal/Core/Config/ConfigImporterEvent.php Gets the config import object.
ConfigImporterEvent::__construct function core/lib/Drupal/Core/Config/ConfigImporterEvent.php Constructs ConfigImporterEvent.
ConfigImportValidateEventSubscriberBase class core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php Defines a base event listener implementation for config sync validation.
ConfigImportValidateEventSubscriberBase.php file core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php
ConfigImportValidateEventSubscriberBase::getSubscribedEvents function core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php
ConfigImportValidateEventSubscriberBase::onConfigImporterValidate function core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php Checks that the configuration synchronization is valid.
ConfigInstaller::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigInstaller.php The event dispatcher.
ConfigManager::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigManager.php The event dispatcher.
ConfigMapperPopulateEvent class core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php Provides a class for events related to configuration translation mappers.
ConfigMapperPopulateEvent.php file core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php
ConfigMapperPopulateEvent::$mapper property core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php The configuration mapper this event is related to.
ConfigMapperPopulateEvent::$routeMatch property core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php The route match this event is related to.
ConfigMapperPopulateEvent::getMapper function core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php Gets the configuration mapper this event is related to.
ConfigMapperPopulateEvent::getRouteMatch function core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php Gets the route match this event is related to.
ConfigMapperPopulateEvent::__construct function core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php Constructs a ConfigMapperPopulateEvent object.
ConfigModuleOverridesEvent class core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Event object to allow configuration to be overridden by modules.
ConfigModuleOverridesEvent.php file core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php
ConfigModuleOverridesEvent::$language property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php The Language object used to override configuration data.
ConfigModuleOverridesEvent::$names property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Configuration names.
ConfigModuleOverridesEvent::$overrides property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Configuration overrides.
ConfigModuleOverridesEvent::getLanguage function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration language.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.