public function ImceFolder::setConf in IMCE 8
Same name and namespace in other branches
- 8.2 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\imceCode
public function setConf(array $conf = NULL) {
$this->conf = $conf;
}