You are here

public function AuthManagerInterface::getPreferredResolution in Open Social 8.5

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

Determines preferred profile pic resolution from account settings.

Return order: max resolution, min resolution, FALSE.

Return value

array|false Array of resolution, if defined in Drupal account settings. False otherwise.

1 method overrides AuthManagerInterface::getPreferredResolution()
AuthManager::getPreferredResolution in modules/custom/social_auth_extra/src/AuthManager.php
Determines preferred profile pic resolution from account settings.

File

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

Class

AuthManagerInterface
Interface AuthManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function getPreferredResolution();