public function ExtlinkExtraController::__construct in External Links Extra 8
File
- src/
Controller/ ExtlinkExtraController.php, line 47
Class
Namespace
Drupal\extlink_extra\ControllerCode
public function __construct(ConfigFactoryInterface $config_factory, Token $token, RequestStack $request_stack, RendererInterface $renderer) {
$this->configFactory = $config_factory;
$this->token = $token;
$this->requestStack = $request_stack;
$this->renderer = $renderer;
}