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
ConfigModuleOverridesEvent::getNames function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration names.
ConfigModuleOverridesEvent::getOverrides function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Get configuration overrides.
ConfigModuleOverridesEvent::setOverride function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Sets a configuration override for the given name.
ConfigModuleOverridesEvent::__construct function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Constructs a configuration overrides event object.
ConfigNamesMapper::$eventDispatcher property core/modules/config_translation/src/ConfigNamesMapper.php The event dispatcher.
ConfigNamesMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php The mocked event dispatcher.
ConfigRenameEvent class core/lib/Drupal/Core/Config/ConfigRenameEvent.php Configuration event fired when renaming a configuration object.
ConfigRenameEvent.php file core/lib/Drupal/Core/Config/ConfigRenameEvent.php
ConfigRenameEvent::$oldName property core/lib/Drupal/Core/Config/ConfigRenameEvent.php The old configuration object name.
ConfigRenameEvent::getOldName function core/lib/Drupal/Core/Config/ConfigRenameEvent.php Gets the old configuration object name.
ConfigRenameEvent::__construct function core/lib/Drupal/Core/Config/ConfigRenameEvent.php Constructs the config rename event.
ConfigSchemaChecker::getSubscribedEvents function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php
ConfigSingleImportForm::$eventDispatcher property core/modules/config/src/Form/ConfigSingleImportForm.php The event dispatcher.
ConfigSnapshotSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php Registers the methods in this class that should be listeners.
ConfigSubscriber::getSubscribedEvents function core/modules/language/src/EventSubscriber/ConfigSubscriber.php
ConfigSubscriber::getSubscribedEvents function core/modules/config/src/ConfigSubscriber.php
ConfigSync::$eventDispatcher property core/modules/config/src/Form/ConfigSync.php Event dispatcher.
ConfigTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Config/ConfigTest.php Event Dispatcher.
ConfigTranslationEvents class core/modules/config_translation/src/Event/ConfigTranslationEvents.php Provides a list of events dispatched by the Configuration Translation module.
ConfigTranslationEvents.php file core/modules/config_translation/src/Event/ConfigTranslationEvents.php
ConfigTranslationEvents::POPULATE_MAPPER constant core/modules/config_translation/src/Event/ConfigTranslationEvents.php The name of the event dispatched when a configuration mapper is populated.
ConfigTranslationTestSubscriber::getSubscribedEvents function core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php
config_events_test.event_subscriber service core/modules/config/tests/config_events_test/config_events_test.services.yml Drupal\config_events_test\EventSubscriber
config_events_test.event_subscriber service core/modules/config/tests/config_collection_install_test/config_collection_install_test.services.yml Drupal\config_collection_install_test\EventSubscriber
config_events_test.info.yml file core/modules/config/tests/config_events_test/config_events_test.info.yml core/modules/config/tests/config_events_test/config_events_test.info.yml
config_events_test.schema.yml file core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml
config_events_test.services.yml file core/modules/config/tests/config_events_test/config_events_test.services.yml core/modules/config/tests/config_events_test/config_events_test.services.yml
config_import_test.event_subscriber service core/modules/config/tests/config_import_test/config_import_test.services.yml Drupal\config_import_test\EventSubscriber
config_transformer_test.event_subscriber service core/modules/config/tests/config_transformer_test/config_transformer_test.services.yml Drupal\config_transformer_test\EventSubscriber
config_translation_test_event_subscriber service core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml Drupal\config_translation_test\EventSubscriber\ConfigTranslationTestSubscriber
ContainerAwareEventDispatcher class core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php A performance optimized container aware event dispatcher.
ContainerAwareEventDispatcher.php file core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::$container property core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php The service container.
ContainerAwareEventDispatcher::$listeners property core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php Listener definitions.
ContainerAwareEventDispatcher::$unsorted property core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php Whether listeners need to be sorted prior to dispatch, keyed by event name.
ContainerAwareEventDispatcher::addListener function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::addSubscriber function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::dispatch function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::getListenerPriority function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::getListeners function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::hasListeners function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::removeListener function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::removeSubscriber function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::__construct function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php Constructs a container aware event dispatcher.
ContainerAwareEventDispatcherTest class core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php Unit tests for the ContainerAwareEventDispatcher.
ContainerAwareEventDispatcherTest.php file core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::$dispatcher property core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::$listener property core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::createEventDispatcher function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::POSTBAR constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php

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