function 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 [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.