You are here

public function SimpleFbConnectPersistentDataHandler::get in Simple FB Connect 8.3

File

src/SimpleFbConnectPersistentDataHandler.php, line 36

Class

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

Namespace

Drupal\simple_fb_connect

Code

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