You are here

public function FacebookAuthPersistentDataHandler::get in Social Auth Facebook 8

File

src/FacebookAuthPersistentDataHandler.php, line 36

Class

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

Namespace

Drupal\social_auth_facebook

Code

public function get($key) {
  return $this->session
    ->get($this
    ->getSessionPrefix() . $key);
}