constant SocialAuthEvents::USER_CREATED in Social Auth 3.x
Same name and namespace in other branches
- 8.2 src/Event/SocialAuthEvents.php \Drupal\social_auth\Event\SocialAuthEvents::USER_CREATED
- 8 src/Event/SocialAuthEvents.php \Drupal\social_auth\Event\SocialAuthEvents::USER_CREATED
Dispatched event when a new user is created via social auth.
See also
\Drupal\social_auth\Event\UserEvent
File
- src/
Event/ SocialAuthEvents.php, line 30
Class
- SocialAuthEvents
- Defines Social Auth Events constants.
Namespace
Drupal\social_auth\EventCode
const USER_CREATED = 'social_auth.user.created';