public function elFinderDrupal::commandArgsList in elFinder file manager 8.2
File
- src/
Controller/ elFinderDrupal.php, line 73 - elFinder conenctor class
Class
- elFinderDrupal
- @file
Namespace
Drupal\elfinder\ControllerCode
public function commandArgsList($cmd) {
$this->commands['search']['elfinder_search_q'] = TRUE;
return $this
->commandExists($cmd) ? $this->commands[$cmd] : array();
}