You are here

public function ImceFM::setConf in IMCE 8

Same name and namespace in other branches
  1. 8.2 src/ImceFM.php \Drupal\imce\ImceFM::setConf()

Sets a configuration option.

File

src/ImceFM.php, line 341

Class

ImceFM
Imce File Manager.

Namespace

Drupal\imce

Code

public function setConf($key, $value) {
  $this->conf[$key] = $value;
}