public function AuthDataHandlerInterface::set in Open Social 8.9
Same name and namespace in other branches
- 8 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::set()
- 8.2 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::set()
- 8.3 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::set()
- 8.4 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::set()
- 8.5 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::set()
- 8.6 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::set()
- 8.7 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::set()
- 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_extraCode
public function set($key, $value);