You are here

constant SocialAuthEvents::USER_FIELDS in Social Auth 3.x

Same name and namespace in other branches
  1. 8.2 src/Event/SocialAuthEvents.php \Drupal\social_auth\Event\SocialAuthEvents::USER_FIELDS
  2. 8 src/Event/SocialAuthEvents.php \Drupal\social_auth\Event\SocialAuthEvents::USER_FIELDS

Dispatched event when social auth is gathering user fields.

See also

\Drupal\social_auth\Event\UserFieldsEvent

File

src/Event/SocialAuthEvents.php, line 19

Class

SocialAuthEvents
Defines Social Auth Events constants.

Namespace

Drupal\social_auth\Event

Code

const USER_FIELDS = 'social_auth.user.fields';