You are here

public function ServletConfig::doKeepUploads in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

A flag to keep uplaods.

Overrides ConfigInterface::doKeepUploads

File

src/Flmngr/FileUploaderServer/servlet/ServletConfig.php, line 168

Class

ServletConfig
Implementation of ConfigInterface interface. Returnes values with validationing them.

Namespace

Drupal\n1ed\Flmngr\FileUploaderServer\servlet

Code

public function doKeepUploads() {
  return $this
    ->getParameterBool("keepUploads", FALSE);
}