You are here

protected property SamlService::$eventDispatcher in SAML Authentication 8.3

Same name and namespace in other branches
  1. 8.2 src/SamlService.php \Drupal\samlauth\SamlService::eventDispatcher
  2. 4.x src/SamlService.php \Drupal\samlauth\SamlService::eventDispatcher

The event dispatcher.

Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface

File

src/SamlService.php, line 90

Class

SamlService
Governs communication between the SAML toolkit and the IdP / login behavior.

Namespace

Drupal\samlauth

Code

protected $eventDispatcher;