public function InstagramAuthController::__construct in Social Feed 8
InstagramAuthController constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration service.
\Symfony\Component\HttpFoundation\Request $request: The current request.
File
- src/
Controller/ InstagramAuthController.php, line 34
Class
- InstagramAuthController
- Class InstagramAuthController.
Namespace
Drupal\socialfeed\ControllerCode
public function __construct(ConfigFactoryInterface $config_factory, Request $request) {
$this->configFactory = $config_factory;
$this->currentRequest = $request;
}