You are here

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

Code

public function setPrefix($prefix);