public function AuthDataHandlerInterface::setPrefix in Open Social 8.5
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::setPrefix()
- 8 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::setPrefix()
- 8.2 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::setPrefix()
- 8.3 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::setPrefix()
- 8.4 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::setPrefix()
- 8.6 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::setPrefix()
- 8.7 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::setPrefix()
- 8.8 modules/custom/social_auth_extra/src/AuthDataHandlerInterface.php \Drupal\social_auth_extra\AuthDataHandlerInterface::setPrefix()
Set a key which will be used as prefix for keys in the storage.
Parameters
string $prefix: Key to use as a prefix in the storage.
Return value
null Returns null.
1 method overrides AuthDataHandlerInterface::setPrefix()
- AuthSessionDataHandler::setPrefix in modules/
custom/ social_auth_extra/ src/ AuthSessionDataHandler.php - Set a key which will be used as prefix for keys in the storage.
File
- modules/
custom/ social_auth_extra/ src/ AuthDataHandlerInterface.php, line 21
Class
- AuthDataHandlerInterface
- Interface AuthDataHandlerInterface.
Namespace
Drupal\social_auth_extraCode
public function setPrefix($prefix);