You are here

public function SimpleFbConnectPersistentDataHandler::__construct in Simple FB Connect 8.3

Constructor.

Parameters

\Symfony\Component\HttpFoundation\Session\SessionInterface $session: Used for reading data from and writing data to session.

File

src/SimpleFbConnectPersistentDataHandler.php, line 29

Class

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

Namespace

Drupal\simple_fb_connect

Code

public function __construct(SessionInterface $session) {
  $this->session = $session;
}