You are here

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\Controller

Code

public function commandArgsList($cmd) {
  $this->commands['search']['elfinder_search_q'] = TRUE;
  return $this
    ->commandExists($cmd) ? $this->commands[$cmd] : array();
}