You are here

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

Sets a test config.

Overrides ConfigInterface::setTestConfig

File

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

Class

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

Namespace

Drupal\n1ed\Flmngr\FileUploaderServer\servlet

Code

public function setTestConfig($testConf) {
  $this->testConf = (array) $testConf;
}