You are here

public function UserManagerInterface::setProfile in Open Social 8.4

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setProfile()
  2. 8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setProfile()
  3. 8.2 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setProfile()
  4. 8.3 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setProfile()
  5. 8.5 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setProfile()
  6. 8.6 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setProfile()
  7. 8.7 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setProfile()
  8. 8.8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setProfile()

Set an instance of profile to user manager to use it later.

Parameters

\Drupal\profile\Entity\ProfileInterface $profile: Profile instance.

Return value

null Returns null.

1 method overrides UserManagerInterface::setProfile()
UserManager::setProfile in modules/custom/social_auth_extra/src/UserManager.php
Set an instance of profile to user manager to use it later.

File

modules/custom/social_auth_extra/src/UserManagerInterface.php, line 108

Class

UserManagerInterface
Interface UserManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function setProfile(ProfileInterface $profile);