constant ExternalAuthEvents::AUTHMAP_ALTER in External Authentication 2.0.x
Same name and namespace in other branches
- 8 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\EventCode
const AUTHMAP_ALTER = 'externalauth.authmap_alter';