public function TraceableEventDispatcherInterface::getNotCalledListeners in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface::getNotCalledListeners()
Gets the not called listeners.
Return value
array An array of not called listeners
2 methods override TraceableEventDispatcherInterface::getNotCalledListeners()
- TestEventDispatcher::getNotCalledListeners in vendor/
symfony/ http-kernel/ Tests/ Fixtures/ TestEventDispatcher.php - Gets the not called listeners.
- TraceableEventDispatcher::getNotCalledListeners in vendor/
symfony/ event-dispatcher/ Debug/ TraceableEventDispatcher.php - Gets the not called listeners.
File
- vendor/
symfony/ event-dispatcher/ Debug/ TraceableEventDispatcherInterface.php, line 33
Class
- TraceableEventDispatcherInterface
- @author Fabien Potencier <fabien@symfony.com>
Namespace
Symfony\Component\EventDispatcher\DebugCode
public function getNotCalledListeners();