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_facebookCode
public function get($key) {
return $this->session
->get($this
->getSessionPrefix() . $key);
}