You are here

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()
FacebookAuthPersistentDataHandler::get in src/FacebookAuthPersistentDataHandler.php
FacebookAuthPersistentDataHandler::set in src/FacebookAuthPersistentDataHandler.php

File

src/FacebookAuthPersistentDataHandler.php, line 53

Class

FacebookAuthPersistentDataHandler
Variables are written to and read from session via this class.

Namespace

Drupal\social_auth_facebook

Code

public function getSessionPrefix() {
  return $this->sessionPrefix;
}