You are here

public function AuthManagerInterface::setFieldPicture in Open Social 8.3

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setFieldPicture()
  2. 8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setFieldPicture()
  3. 8.2 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setFieldPicture()
  4. 8.4 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setFieldPicture()
  5. 8.5 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setFieldPicture()
  6. 8.6 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setFieldPicture()
  7. 8.7 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setFieldPicture()
  8. 8.8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::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.

1 method overrides AuthManagerInterface::setFieldPicture()
AuthManager::setFieldPicture in modules/custom/social_auth_extra/src/AuthManager.php
Set an instance of a field definition that contains picture.

File

modules/custom/social_auth_extra/src/AuthManagerInterface.php, line 148

Class

AuthManagerInterface
Interface AuthManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function setFieldPicture(FieldDefinitionInterface $field);