EventDispatcherTest::testAddSubscriber |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
ConfigContextFactory::$eventDispatcher |
property |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContextFactory.php |
An event dispatcher instance to use for configuration events. |
ImmutableEventDispatcher::getListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
Gets the listeners of a specific event or all listeners. |
ImmutableEventDispatcher::hasListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
Checks whether an event has any registered listeners. |
EventDispatcherInterface::getListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
Gets the listeners of a specific event or all listeners. |
EventDispatcherInterface::hasListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
Checks whether an event has any registered listeners. |
IoEmittingEntityBody::$eventDispatcher |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php |
|
TraceableEventDispatcher::addSubscriber |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
Adds an event subscriber. |
AbstractHasDispatcher::$eventDispatcher |
property |
drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php |
|
ContainerAwareEventDispatcher::dispatch |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Lazily loads listeners for this event from the dependency injection
container. |
ContainerAwareEventDispatcher::lazyLoad |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Lazily loads listeners for this event from the dependency injection
container. |
EventDispatcherTest::testRemoveListener |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
ImmutableEventDispatcher::addSubscriber |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
Adds an event subscriber. |
EventDispatcherInterface::addSubscriber |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
Adds an event subscriber. |
TestEventDispatcher::getCalledListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php |
Gets the called listeners. |
TraceableEventDispatcher::removeListener |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
Removes an event listener from the specified events. |
TraceableEventDispatcher::updateProfiles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
Updates the stopwatch data in the profile hierarchy. |
TraceableEventDispatcher::unwrapListener |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
|
TraceableEventDispatcherTest::testLogger |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
ImmutableEventDispatcher::removeListener |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
Removes an event listener from the specified events. |
EventDispatcherInterface::removeListener |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
Removes an event listener from the specified events. |
ContainerAwareEventDispatcherTest::setUp |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
IoEmittingEntityBody::setEventDispatcher |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php |
@codeCoverageIgnore |
IoEmittingEntityBody::getEventDispatcher |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php |
Get the EventDispatcher of the request |
TraceableEventDispatcher::preListenerCall |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
This is a private method. |
TraceableEventDispatcher::getListenerInfo |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
Returns information about the listener |
RegisterListenersPass::$dispatcherService |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/RegisterListenersPass.php |
|
AbstractHasDispatcher::setEventDispatcher |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php |
Set the EventDispatcher of the request |
AbstractHasDispatcher::getEventDispatcher |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php |
Get the EventDispatcher of the request |
ContainerAwareEventDispatcher::$container |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
The container from where services are loaded |
ContainerAwareEventDispatcher::$listeners |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
The services registered as listeners |
EventDispatcherTest::testRemoveSubscriber |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
ImmutableEventDispatcherTest::$dispatcher |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
|
TraceableEventDispatcher::removeSubscriber |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
Removes an event subscriber. |
HasDispatcherInterface::setEventDispatcher |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php |
Set the EventDispatcher of the request |
HasDispatcherInterface::getEventDispatcher |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php |
Get the EventDispatcher of the request |
ContainerAwareEventDispatcher::__construct |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
Constructor. |
ImmutableEventDispatcher::removeSubscriber |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
Removes an event subscriber. |
EventDispatcherInterface::removeSubscriber |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
Removes an event subscriber. |
TestEventDispatcher::getNotCalledListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php |
Gets the not called listeners. |
TraceableEventDispatcher::$wrappedListeners |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
|
TraceableEventDispatcher::$firstCalledEvent |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
|
TraceableEventDispatcher::saveInfoInProfile |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
Update the profiles with the timing and events information and saves them. |
TraceableEventDispatcherTest::getHttpKernel |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
ContainerAwareEventDispatcher::$listenerIds |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
The service IDs of the event listeners and subscribers |
ContainerAwareEventDispatcher::hasListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::getListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
ContainerAwareEventDispatcher::getContainer |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php |
|
EventDispatcherTest::testDispatchForClosure |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
EventDispatcherTest::testDispatchByPriority |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|