Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
EventSubscriberInterface.php
»
EventSubscriberInterface
»
EventSubscriberInterface::getSubscribedEvents
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
32 methods override EventSubscriberInterface::getSubscribedEvents()
AccessSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
AccessSubscriber.php
Registers the methods in this class that should be listeners.
BanSubscriber::getSubscribedEvents
in drupal/
core/
modules/
ban/
lib/
Drupal/
ban/
EventSubscriber/
BanSubscriber.php
Registers the methods in this class that should be listeners.
ConfigGlobalOverrideSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
ConfigGlobalOverrideSubscriber.php
Implements EventSubscriberInterface::getSubscribedEvents().
EsiListener::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
EventListener/
EsiListener.php
Returns an array of event names this subscriber wants to listen to.
ExceptionListener::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
ExceptionListener.php
Returns an array of event names this subscriber wants to listen to.
ExceptionListener::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
EventListener/
ExceptionListener.php
Returns an array of event names this subscriber wants to listen to.
FinishResponseSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
FinishResponseSubscriber.php
Registers the methods in this class that should be listeners.
LegacyAccessSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
LegacyAccessSubscriber.php
Registers the methods in this class that should be listeners.
LegacyControllerSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
LegacyControllerSubscriber.php
Registers the methods in this class that should be listeners.
LegacyRequestSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
LegacyRequestSubscriber.php
Registers the methods in this class that should be listeners.
LocaleConfigSubscriber::getSubscribedEvents
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
LocaleConfigSubscriber.php
Implements EventSubscriberInterface::getSubscribedEvents().
LocaleListener::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
EventListener/
LocaleListener.php
Returns an array of event names this subscriber wants to listen to.
MaintenanceModeSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
MaintenanceModeSubscriber.php
Registers the methods in this class that should be listeners.
PathSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
PathSubscriber.php
Registers the methods in this class that should be listeners.
PathSubscriber::getSubscribedEvents
in drupal/
core/
modules/
system/
tests/
modules/
url_alter_test/
lib/
Drupal/
url_alter_test/
PathSubscriber.php
Registers the methods in this class that should be listeners.
ProfilerListener::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
EventListener/
ProfilerListener.php
Returns an array of event names this subscriber wants to listen to.
RedirectPlugin::getSubscribedEvents
in drupal/
core/
vendor/
guzzle/
http/
Guzzle/
Http/
RedirectPlugin.php
Returns an array of event names this subscriber wants to listen to.
RequestCloseSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
RequestCloseSubscriber.php
Registers the methods in this class that should be listeners.
RequestDataCollector::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
DataCollector/
RequestDataCollector.php
Returns an array of event names this subscriber wants to listen to.
ResponseListener::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
EventListener/
ResponseListener.php
Returns an array of event names this subscriber wants to listen to.
RouteProcessorSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
RouteProcessorSubscriber.php
Registers the methods in this class that should be listeners.
RouterListener::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
EventListener/
RouterListener.php
Returns an array of event names this subscriber wants to listen to.
RouteSubscriber::getSubscribedEvents
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
EventSubscriber/
RouteSubscriber.php
Implements EventSubscriberInterface::getSubscribedEvents().
RouteTestSubscriber::getSubscribedEvents
in drupal/
core/
modules/
system/
tests/
modules/
router_test/
lib/
Drupal/
router_test/
RouteTestSubscriber.php
Implements EventSubscriberInterface::getSubscribedEvents().
SimpletestHttpRequestSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
Http/
Plugin/
SimpletestHttpRequestSubscriber.php
Returns an array of event names this subscriber wants to listen to.
StreamedResponseListener::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
EventListener/
StreamedResponseListener.php
Returns an array of event names this subscriber wants to listen to.
SubscriberService::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
event-dispatcher/
Symfony/
Component/
EventDispatcher/
Tests/
ContainerAwareEventDispatcherTest.php
Returns an array of event names this subscriber wants to listen to.
TestClass::getSubscribedEvents
in drupal/
core/
modules/
system/
tests/
modules/
bundle_test/
lib/
Drupal/
bundle_test/
TestClass.php
Registers methods as kernel listeners.
TestEventSubscriber::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
event-dispatcher/
Symfony/
Component/
EventDispatcher/
Tests/
EventDispatcherTest.php
Returns an array of event names this subscriber wants to listen to.
TestEventSubscriberWithMultipleListeners::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
event-dispatcher/
Symfony/
Component/
EventDispatcher/
Tests/
EventDispatcherTest.php
Returns an array of event names this subscriber wants to listen to.
TestEventSubscriberWithPriorities::getSubscribedEvents
in drupal/
core/
vendor/
symfony/
event-dispatcher/
Symfony/
Component/
EventDispatcher/
Tests/
EventDispatcherTest.php
Returns an array of event names this subscriber wants to listen to.
ViewSubscriber::getSubscribedEvents
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
ViewSubscriber.php
Registers the methods in this class that should be listeners.