You are here

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

2 calls to N1EDSelfHosted::checkSelfHostedFiles()
N1EDSelfHosted::getSelfHostedConfig in src/Controller/N1EDSelfHosted.php
N1EDSelfHosted::setSelfHostedConfig in src/Controller/N1EDSelfHosted.php

File

src/Controller/N1EDSelfHosted.php, line 48

Class

N1EDSelfHosted

Namespace

Drupal\n1ed\Controller

Code

public function checkSelfHostedFiles() : bool {
  return file_exists($this->plugin_file);
}