You are here

protected property ExternalAuthAuthmapAlterEvent::$provider in External Authentication 8

Same name and namespace in other branches
  1. 2.0.x src/Event/ExternalAuthAuthmapAlterEvent.php \Drupal\externalauth\Event\ExternalAuthAuthmapAlterEvent::provider

The name of the service providing external authentication.

Type: string

File

src/Event/ExternalAuthAuthmapAlterEvent.php, line 17

Class

ExternalAuthAuthmapAlterEvent
Allow event listeners to alter the authmap data that will get stored.

Namespace

Drupal\externalauth\Event

Code

protected $provider;