File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/symfony/event-dispatcher/DebugLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: TraceableEventDispatcherInterface.php <?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\EventDispatcher\Debug; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Contracts\Service\ResetInterface; /** * @deprecated since Symfony 4.1 * * @author Fabien Potencier <fabien@symfony.com> */ interface TraceableEventDispatcherInterface extends EventDispatcherInterface, ResetInterface { /** * Gets the called listeners. * * @param Request|null $request The request to get listeners for * * @return array An array of called listeners */ public function getCalledListeners(/* Request $request = null */); /** * Gets the not called listeners. * * @param Request|null $request The request to get listeners for * * @return array An array of not called listeners */ public function getNotCalledListeners(/* Request $request = null */); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirTraceableEventDispatcher.phpFile11.41 KB Rename | Delete | EditTraceableEventDispatcherInterface.phpFile1.13 KB Rename | Delete | EditWrappedListener.phpFile4.02 KB Rename | Delete | Edit