You are here

public static function InitSubscriber::getSubscribedEvents in Lightweight Directory Access Protocol (LDAP) 8.3

File

ldap_user/src/EventSubscriber/InitSubscriber.php, line 17

Class

InitSubscriber
Subscriber for the semaphore storage.

Namespace

Drupal\ldap_user\EventSubscriber

Code

public static function getSubscribedEvents() {
  return [
    KernelEvents::REQUEST => [
      'onEvent',
      0,
    ],
  ];
}