You are here

public static function DrupalAuthForSSPSubscriber::getSubscribedEvents in DrupalAuth for SimpleSAMLphp 8

File

src/EventSubscriber/DrupalAuthForSSPSubscriber.php, line 72

Class

DrupalAuthForSSPSubscriber
DrupalAuth for SimpleSAMLphp event subscriber.

Namespace

Drupal\drupalauth4ssp\EventSubscriber

Code

public static function getSubscribedEvents() {
  return [
    KernelEvents::RESPONSE => [
      'checkRedirection',
    ],
  ];
}