You are here

public function ExtlinkExtraController::__construct in External Links Extra 8

File

src/Controller/ExtlinkExtraController.php, line 47

Class

ExtlinkExtraController

Namespace

Drupal\extlink_extra\Controller

Code

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;
}