You are here

service simple_fb_connect.fb_factory in Simple FB Connect 8.3

Class

Drupal\simple_fb_connect\SimpleFbConnectFbFactory
1 string reference to simple_fb_connect.fb_factory
SimpleFbConnectController::create in src/Controller/SimpleFbConnectController.php
Instantiates a new instance of this class.

File

./simple_fb_connect.services.yml
simple_fb_connect.services.yml

View source
  1. class: Drupal\simple_fb_connect\SimpleFbConnectFbFactory
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.factory'
  5. - '@simple_fb_connect.persistent_data_handler'