You are here

public function ImceFolder::setConf in IMCE 8.2

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

Sets folder configuration.

1 call to ImceFolder::setConf()
ImceFolder::__construct in src/ImceFolder.php
Constructs the folder.

File

src/ImceFolder.php, line 83

Class

ImceFolder
Imce Folder.

Namespace

Drupal\imce

Code

public function setConf(array $conf = NULL) {
  $this->conf = $conf;
}