Home
last modified time | relevance | path

Searched refs:EventDispatcherInterface (Results 1 – 25 of 707) sorted by relevance

12345678910>>...29

/dports/www/bolt/bolt-2.2.24/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/
H A DEventDispatcher.php30 class EventDispatcher implements EventDispatcherInterface
36 * @see EventDispatcherInterface::dispatch()
59 * @see EventDispatcherInterface::getListeners()
81 * @see EventDispatcherInterface::hasListeners()
89 * @see EventDispatcherInterface::addListener()
100 * @see EventDispatcherInterface::removeListener()
116 * @see EventDispatcherInterface::addSubscriber()
136 * @see EventDispatcherInterface::removeSubscriber()
H A DImmutableEventDispatcher.php19 class ImmutableEventDispatcher implements EventDispatcherInterface
24 * @var EventDispatcherInterface
31 * @param EventDispatcherInterface $dispatcher The proxied event dispatcher.
33 public function __construct(EventDispatcherInterface $dispatcher)
/dports/www/matomo/piwik/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/
H A DEventDispatcher.php30 class EventDispatcher implements EventDispatcherInterface
36 * @see EventDispatcherInterface::dispatch()
59 * @see EventDispatcherInterface::getListeners()
81 * @see EventDispatcherInterface::hasListeners()
89 * @see EventDispatcherInterface::addListener()
100 * @see EventDispatcherInterface::removeListener()
116 * @see EventDispatcherInterface::addSubscriber()
136 * @see EventDispatcherInterface::removeSubscriber()
H A DImmutableEventDispatcher.php19 class ImmutableEventDispatcher implements EventDispatcherInterface
24 * @var EventDispatcherInterface
31 * @param EventDispatcherInterface $dispatcher The proxied event dispatcher.
33 public function __construct(EventDispatcherInterface $dispatcher)
/dports/www/itop/web/lib/silex/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/
H A DEventDispatcher.php30 class EventDispatcher implements EventDispatcherInterface
36 * @see EventDispatcherInterface::dispatch()
59 * @see EventDispatcherInterface::getListeners()
81 * @see EventDispatcherInterface::hasListeners()
89 * @see EventDispatcherInterface::addListener()
100 * @see EventDispatcherInterface::removeListener()
116 * @see EventDispatcherInterface::addSubscriber()
136 * @see EventDispatcherInterface::removeSubscriber()
H A DImmutableEventDispatcher.php19 class ImmutableEventDispatcher implements EventDispatcherInterface
24 * @var EventDispatcherInterface
31 * @param EventDispatcherInterface $dispatcher The proxied event dispatcher.
33 public function __construct(EventDispatcherInterface $dispatcher)
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Common/
H A DHasDispatcherInterface.php5 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
23 * @param EventDispatcherInterface $eventDispatcher
27 public function setEventDispatcher(EventDispatcherInterface $eventDispatcher);
32 * @return EventDispatcherInterface
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3/symfony-psr-event-dispatcher-adapter/src/
H A DEventDispatcherAdapter.php17 use Psr\EventDispatcher\EventDispatcherInterface; alias
18 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface as SymfonyEventDispatcherInterface;
23 * @var EventDispatcherInterface
27 public function __construct(EventDispatcherInterface $eventDispatcher)
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3/symfony-psr-event-dispatcher-adapter/src/
H A DEventDispatcherAdapter.php17 use Psr\EventDispatcher\EventDispatcherInterface; alias
18 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface as SymfonyEventDispatcherInterface;
23 * @var EventDispatcherInterface
27 public function __construct(EventDispatcherInterface $eventDispatcher)
/dports/finance/prestashop/prestashop/src/Core/Search/Builder/
H A DEventFiltersBuilder.php31 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
42 /** @var EventDispatcherInterface */
46 * @param EventDispatcherInterface $dispatcher
48 public function __construct(EventDispatcherInterface $dispatcher)
/dports/finance/prestashop/prestashop/vendor/prestashop/circuit-breaker/src/
H A DSymfonyCircuitBreaker.php9 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
17 * @var EventDispatcherInterface the Symfony Event Dispatcher
25 * @param EventDispatcherInterface $eventDispatcher
31 EventDispatcherInterface $eventDispatcher
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/
H A DEventDispatcherDebugCommand.php20 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
35 * @param EventDispatcherInterface $dispatcher
39 if (!$dispatcher instanceof EventDispatcherInterface) {
40 … is deprecated and will throw a TypeError in 4.0.', __METHOD__, EventDispatcherInterface::class), …
114 * @return EventDispatcherInterface
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/
H A DEventDispatcherDebugCommand.php20 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
35 * @param EventDispatcherInterface $dispatcher
39 if (!$dispatcher instanceof EventDispatcherInterface) {
40 … is deprecated and will throw a TypeError in 4.0.', __METHOD__, EventDispatcherInterface::class), …
114 * @return EventDispatcherInterface
/dports/devel/pecl-psr/psr-1.1.0/tests/
H A DPsrEventDispatcherEventDispatcherInterface.phpt2 Psr\EventDispatcher\EventDispatcherInterface
8 var_dump(interface_exists('\\Psr\\EventDispatcher\\EventDispatcherInterface', false));
18 ["Psr\EventDispatcher\EventDispatcherInterface"]=>
19 string(44) "Psr\EventDispatcher\EventDispatcherInterface"
/dports/devel/gitlist/gitlist/vendor/symfony/event-dispatcher/
H A DImmutableEventDispatcher.php19 class ImmutableEventDispatcher implements EventDispatcherInterface
24 * @var EventDispatcherInterface
31 * @param EventDispatcherInterface $dispatcher The proxied event dispatcher
33 public function __construct(EventDispatcherInterface $dispatcher)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/
H A DServiceProvider.php22 use Psr\EventDispatcher\EventDispatcherInterface; alias
23 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface as SymfonyEventDispatcherInterface;
82 EventDispatcherInterface::class => [ static::class, 'provideFallbackEventDispatcher' ],
90 $container->get(EventDispatcherInterface::class)
178 $container->get(EventDispatcherInterface::class),
244 $container->get(EventDispatcherInterface::class)
251 $container->get(EventDispatcherInterface::class)
268 $container->get(EventDispatcherInterface::class)
328 EventDispatcherInterface $eventDispatcher = null
329 ): EventDispatcherInterface {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Workflow/Tests/
H A DRegistryTest.php6 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
21 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
22 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
23 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
71 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
72 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Workflow/Tests/
H A DRegistryTest.php6 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
21 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
22 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
23 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
71 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
72 …MarkingStoreInterface::class)->getMock(), $this->getMockBuilder(EventDispatcherInterface::class)->…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/
H A DAbstractFormTest.php17 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
23 * @var EventDispatcherInterface
58 * @param EventDispatcherInterface $dispatcher
63 …protected function getBuilder($name = 'name', EventDispatcherInterface $dispatcher = null, $dataCl…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/
H A DAbstractFormTest.php17 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
23 * @var EventDispatcherInterface
58 * @param EventDispatcherInterface $dispatcher
63 …protected function getBuilder($name = 'name', EventDispatcherInterface $dispatcher = null, $dataCl…
/dports/www/nextcloud/nextcloud/apps-pkg/activity/lib/Controller/
H A DActivitiesController.php31 use Symfony\Component\EventDispatcher\EventDispatcherInterface; alias
45 /** @var EventDispatcherInterface */
54 * @param EventDispatcherInterface $eventDispatcher
61 EventDispatcherInterface $eventDispatcher) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/event-dispatcher/
H A DLegacyEventDispatcherProxy.php14 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; alias
27 … public static function decorate(?EventDispatcherInterface $dispatcher): ?EventDispatcherInterface
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/event-dispatcher/
H A DLegacyEventDispatcherProxy.php14 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; alias
27 … public static function decorate(?EventDispatcherInterface $dispatcher): ?EventDispatcherInterface
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/event-dispatcher/
H A DLegacyEventDispatcherProxy.php14 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; alias
27 … public static function decorate(?EventDispatcherInterface $dispatcher): ?EventDispatcherInterface
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/event-dispatcher/
H A DLegacyEventDispatcherProxy.php14 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; alias
27 … public static function decorate(?EventDispatcherInterface $dispatcher): ?EventDispatcherInterface

12345678910>>...29