You are here

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

Creates an instance.

File

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

Class

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

Namespace

Drupal\n1ed\Flmngr\FileUploaderServer\servlet

Code

public function __construct($conf) {
  $this->conf = $conf;
}