public function FacebookAuthPersistentDataHandler::getSessionPrefix in Social Auth Facebook 8
Gets the session prefix for the data handler.
Return value
string The session prefix.
2 calls to FacebookAuthPersistentDataHandler::getSessionPrefix()
File
- src/
FacebookAuthPersistentDataHandler.php, line 53
Class
- FacebookAuthPersistentDataHandler
- Variables are written to and read from session via this class.
Namespace
Drupal\social_auth_facebookCode
public function getSessionPrefix() {
return $this->sessionPrefix;
}