public function UserManagerInterface::setFieldPicture in Open Social 8.8
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setFieldPicture()
- 8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setFieldPicture()
- 8.2 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setFieldPicture()
- 8.3 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setFieldPicture()
- 8.4 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setFieldPicture()
- 8.5 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setFieldPicture()
- 8.6 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setFieldPicture()
- 8.7 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setFieldPicture()
Set an instance of a field definition that contains picture.
Parameters
\Drupal\Core\Field\FieldDefinitionInterface $field: Field definition containing the picture.
Return value
null Returns null.
1 method overrides UserManagerInterface::setFieldPicture()
- UserManager::setFieldPicture in modules/
custom/ social_auth_extra/ src/ UserManager.php - Set an instance of a field definition that contains picture.
File
- modules/
custom/ social_auth_extra/ src/ UserManagerInterface.php, line 130
Class
- UserManagerInterface
- Interface UserManagerInterface.
Namespace
Drupal\social_auth_extraCode
public function setFieldPicture(FieldDefinitionInterface $field);