You are here

constant ExternalAuthEvents::AUTHMAP_ALTER in External Authentication 8

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

Name of the event fired to alter the authmap data before it is stored.

This event allows modules to alter the data from the external authentication service that will be stored in the Drupal database, to map Drupal users to external identities.

The event listener method receives a \Drupal\externalauth\Event\ExternalAuthAuthmapAlterEvent instance.

See also

\Drupal\externalauth\Event\ExternalAuthAuthmapAlterEvent

File

src/Event/ExternalAuthEvents.php, line 61

Class

ExternalAuthEvents
Defines events for the externalauth module.

Namespace

Drupal\externalauth\Event

Code

const AUTHMAP_ALTER = 'externalauth.authmap_alter';