You are here

public function UserManagerInterface::getPictureDirectory 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::getPictureDirectory()
  2. 8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getPictureDirectory()
  3. 8.2 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getPictureDirectory()
  4. 8.3 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getPictureDirectory()
  5. 8.5 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getPictureDirectory()
  6. 8.6 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getPictureDirectory()
  7. 8.7 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getPictureDirectory()
  8. 8.8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getPictureDirectory()

Returns directory path to save picture.

Return value

bool|string Directory path or FALSE when error has occurred.

1 method overrides UserManagerInterface::getPictureDirectory()
UserManager::getPictureDirectory in modules/custom/social_auth_extra/src/UserManager.php
Returns directory path to save picture.

File

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

Class

UserManagerInterface
Interface UserManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function getPictureDirectory();