You are here

function elfinder_perm in elFinder file manager 6.2

Same name and namespace in other branches
  1. 6 elfinder.module \elfinder_perm()
  2. 7 elfinder.module \elfinder_perm()

Implements hook_perm(), emulated through D7 hook.

File

./elfinder.module, line 710

Code

function elfinder_perm() {
  return array_keys(elfinder_permission());
}