public function UserManagerInterface::createProfile in Open Social 8
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::createProfile()
- 8.2 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::createProfile()
- 8.3 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::createProfile()
- 8.4 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::createProfile()
- 8.5 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::createProfile()
- 8.6 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::createProfile()
- 8.7 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::createProfile()
- 8.8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::createProfile()
Creates object of a new profile.
Parameters
array $values: Additional fields to save in the created profile.
Return value
\Drupal\Core\Entity\EntityInterface Object of a new user profile.
1 method overrides UserManagerInterface::createProfile()
- UserManager::createProfile in modules/
custom/ social_auth_extra/ src/ UserManager.php - Creates object of a new profile.
File
- modules/
custom/ social_auth_extra/ src/ UserManagerInterface.php, line 44
Class
- UserManagerInterface
- Interface UserManagerInterface.
Namespace
Drupal\social_auth_extraCode
public function createProfile(array $values = []);