public function SimpleFbConnectPostLoginManager::__construct in Simple FB Connect 8.2
Same name and namespace in other branches
- 8.3 src/SimpleFbConnectPostLoginManager.php \Drupal\simple_fb_connect\SimpleFbConnectPostLoginManager::__construct()
Constructor.
File
- src/
SimpleFbConnectPostLoginManager.php, line 28 - Contains \Drupal\simple_fb_connect\SimpleFbConnectPostLoginManager.
Class
- SimpleFbConnectPostLoginManager
- Contains all logic that is related to post login redirects.
Namespace
Drupal\simple_fb_connectCode
public function __construct(ConfigFactoryInterface $config_factory, SessionInterface $session, RequestContext $request_context, PathValidatorInterface $path_validator) {
$this->configFactory = $config_factory;
$this->requestContext = $request_context;
$this->session = $session;
$this->pathValidator = $path_validator;
}