You are here

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

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

File

src/Controller/N1EDSelfHosted.php, line 82

Class

N1EDSelfHosted

Namespace

Drupal\n1ed\Controller

Code

public function noFilesResponse() : array {
  return [
    "error" => "NO_SELF_HOSTED_INSTALLED",
    "data" => null,
  ];
}