You are here

constant SocialAuthEvents::USER_LOGIN in Social Auth 8

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

Name of the event fired when a new user login using social auth.

Fired after a user has logged in.

See also

\Drupal\social_auth\Event\SocialAuthUserEvent

File

src/Event/SocialAuthEvents.php, line 46

Class

SocialAuthEvents
Defines Social Auth Events constants.

Namespace

Drupal\social_auth\Event

Code

const USER_LOGIN = 'social_auth.user.login';