public function AuthManager::setFieldPicture in Open Social 8.9
Same name and namespace in other branches
- 8 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::setFieldPicture()
- 8.2 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::setFieldPicture()
- 8.3 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::setFieldPicture()
- 8.4 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::setFieldPicture()
- 8.5 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::setFieldPicture()
- 8.6 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::setFieldPicture()
- 8.7 modules/custom/social_auth_extra/src/AuthManager.php \Drupal\social_auth_extra\AuthManager::setFieldPicture()
- 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_extraCode
public function setFieldPicture(FieldDefinitionInterface $field) {
$this->fieldPicture = $field;
}