public function TraceableEventDispatcherInterface::getNotCalledListeners

Gets the not called listeners.

Return value

array An array of not called listeners

2 methods override TraceableEventDispatcherInterface::getNotCalledListeners()
ContainerAwareTraceableEventDispatcher::getNotCalledListeners in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ContainerAwareTraceableEventDispatcher.php
Gets the not called listeners.
TestEventDispatcher::getNotCalledListeners in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php
Gets the not called listeners.

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php, line 31

Class

TraceableEventDispatcherInterface
@author Fabien Potencier <fabien@symfony.com>

Namespace

Symfony\Component\EventDispatcher\Debug

Code

public function getNotCalledListeners();