You are here

public function AuthManager::setFieldPicture in Open Social 8.5

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

Set an instance of a field definition that contains picture.

Parameters

\Drupal\Core\Field\FieldDefinitionInterface $field: The field definition containing the picture.

Return value

null Returns null.

Overrides AuthManagerInterface::setFieldPicture

File

modules/custom/social_auth_extra/src/AuthManager.php, line 100

Class

AuthManager
Class AuthManager.

Namespace

Drupal\social_auth_extra

Code

public function setFieldPicture(FieldDefinitionInterface $field) {
  $this->fieldPicture = $field;
}