You are here

public function ShibAuthSubscriber::__construct in Shibboleth Authentication 8

ShibAuthSubscriber constructor.

Parameters

\Drupal\shib_auth\Login\LoginHandler $lh:

\Drupal\Core\Messenger\MessengerInterface $messenger:

File

src/EventSubscriber/ShibAuthSubscriber.php, line 39

Class

ShibAuthSubscriber
Class ShibAuthSubscriber.

Namespace

Drupal\shib_auth\EventSubscriber

Code

public function __construct(LoginHandler $lh, MessengerInterface $messenger) {
  $this->lh = $lh;
  $this->messenger = $messenger;
}