AccountProxy::$eventDispatcher |
property |
core/lib/Drupal/Core/Session/AccountProxy.php |
Event dispatcher. |
BlockContentAccessControlHandler::$eventDispatcher |
property |
core/modules/block_content/src/BlockContentAccessControlHandler.php |
The event dispatcher. |
Config::$eventDispatcher |
property |
core/lib/Drupal/Core/Config/Config.php |
An event dispatcher instance to use for configuration events. |
ConfigEntityMapperTest::$eventDispatcher |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The mocked event dispatcher. |
ConfigFactory::$eventDispatcher |
property |
core/lib/Drupal/Core/Config/ConfigFactory.php |
An event dispatcher instance to use for configuration events. |
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. |
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. |
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. |
ConfigTest::$eventDispatcher |
property |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Event Dispatcher. |
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::POST_BAR |
constant |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::POST_FOO |
constant |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::PRE_BAR |
constant |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::PRE_FOO |
constant |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::setUp |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::tearDown |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddListener |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddSubscriber |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddSubscriberWithMultipleListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddSubscriberWithPriorities |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatch |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchByPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchForClosure |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchLazyListener |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchWithCallables |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchWithServices |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testEventReceivesTheDispatcherInstanceAsArgument |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetAllListenersSortsByPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|