You are here

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

File

src/Controller/N1EDSelfHosted.php, line 9

Class

N1EDSelfHosted

Namespace

Drupal\n1ed\Controller

Code

public function __construct($plugin_file, $self_hosted_URL, $plugins_folder) {
  $this->plugin_file = $plugin_file;
  $this->self_hosted_URL = $self_hosted_URL;
  $this->plugins_folder = $plugins_folder;
}