You are here

public function SelfHostedHandler::__construct in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

File

src/Controller/SelfHostedHandler.php, line 40

Class

SelfHostedHandler
Provides route responses for Flmngr file manager.

Namespace

Drupal\n1ed\Controller

Code

public function __construct(ConfigFactoryInterface $config_factory, RequestStack $request_stack) {
  $this->configFactory = $config_factory;
  $this->requestStack = $request_stack;
  $this->N1EDSelfHosted = new N1EDSelfHosted($this->plugin_file, $this->self_hosted_URL, $this->plugins_folder);
}