You are here

public static function EventSubscriber::getSubscribedEvents in Drupal 10

Same name in this branch
  1. 10 core/modules/config/tests/config_transformer_test/src/EventSubscriber.php \Drupal\config_transformer_test\EventSubscriber::getSubscribedEvents()
  2. 10 core/modules/config/tests/config_import_test/src/EventSubscriber.php \Drupal\config_import_test\EventSubscriber::getSubscribedEvents()
  3. 10 core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php \Drupal\config_collection_install_test\EventSubscriber::getSubscribedEvents()
  4. 10 core/modules/config/tests/config_events_test/src/EventSubscriber.php \Drupal\config_events_test\EventSubscriber::getSubscribedEvents()
  5. 10 core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php \Drupal\module_install_class_loader_test2\EventSubscriber::getSubscribedEvents()
  6. 10 core/modules/system/tests/modules/module_install_class_loader_test1/src/EventSubscriber.php \Drupal\module_install_class_loader_test1\EventSubscriber::getSubscribedEvents()
Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php \Drupal\module_install_class_loader_test2\EventSubscriber::getSubscribedEvents()
  2. 9 core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php \Drupal\module_install_class_loader_test2\EventSubscriber::getSubscribedEvents()

File

core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php, line 15

Class

EventSubscriber
An event subscriber that does nothing.

Namespace

Drupal\module_install_class_loader_test2

Code

public static function getSubscribedEvents() : array {
  return [];
}