You are here

public function ServletConfig::isTestAllowed in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

Overrides IConfig::isTestAllowed

File

vendor/edsdk/file-uploader-server-php/src/servlet/ServletConfig.php, line 110

Class

ServletConfig

Namespace

EdSDK\FileUploaderServer\servlet

Code

public function isTestAllowed() {
  return $this
    ->getParameterBool("isTestAllowed", false);
}