You are here

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

Set a value in the persistent data store.

Parameters

string $key: The key to store the value by.

mixed $value: The value to store.

Return value

null Returns null.

1 method overrides AuthDataHandlerInterface::set()
AuthSessionDataHandler::set in modules/custom/social_auth_extra/src/AuthSessionDataHandler.php
Set a value in the persistent data store.

File

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

Class

AuthDataHandlerInterface
Interface AuthDataHandlerInterface.

Namespace

Drupal\social_auth_extra

Code

public function set($key, $value);