public function SocialAuthUserFieldsEvent::getUserFields in Social Auth 8
Gets the user fields.
Return value
array Fields to initialize for the user creation.
File
- src/
Event/ SocialAuthUserFieldsEvent.php, line 49
Class
- SocialAuthUserFieldsEvent
- Defines the user fields event.
Namespace
Drupal\social_auth\EventCode
public function getUserFields() {
return $this->userFields;
}