You are here

public static function ShibAuthSubscriber::getSubscribedEvents in Shibboleth Authentication 8

File

src/EventSubscriber/ShibAuthSubscriber.php, line 124

Class

ShibAuthSubscriber
Class ShibAuthSubscriber.

Namespace

Drupal\shib_auth\EventSubscriber

Code

public static function getSubscribedEvents() {
  $events[KernelEvents::REQUEST][] = [
    'checkForShibbolethDebug',
    28,
  ];
  return $events;
}