You are here

public function AuthDataHandlerInterface::get in Open Social 8.3

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

Get a value from a persistent data store.

Parameters

string $key: A key to request data for.

Return value

mixed Value in the data store.

1 method overrides AuthDataHandlerInterface::get()
AuthSessionDataHandler::get in modules/custom/social_auth_extra/src/AuthSessionDataHandler.php
Get a value from a persistent data store.

File

modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php, line 32

Class

AuthDataHandlerInterface
Interface AuthDataHandlerInterface.

Namespace

Drupal\social_auth_extra

Code

public function get($key);