You are here

public function SimpleFbConnectFbFactory::getPersistentDataHandler in Simple FB Connect 8.3

Returns an instance of SimpleFbConnectPersistentDataHandler service.

Return value

Drupal\simple_fb_connect\SimpleFbConnectPersistentDataHandler SimpleFbConnectPersistentDataHandler service instance.

File

src/SimpleFbConnectFbFactory.php, line 68

Class

SimpleFbConnectFbFactory
Class SimpleFbConnectFbFactory.

Namespace

Drupal\simple_fb_connect

Code

public function getPersistentDataHandler() {
  return $this->persistentDataHandler;
}