Returns an array of events this subscriber wants to listen to.
Return value
array
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php, line 44
Class
- EventSubscriber
- An EventSubscriber knows himself what events he is interested in.
If an EventSubscriber is added to an EventManager, the manager invokes
{@link getSubscribedEvents} and registers the subscriber as a listener for all
returned events.
Namespace
Doctrine\Common
Code
function getSubscribedEvents();