You are here

function elfinder_user_roles in elFinder file manager 7.2

Same name and namespace in other branches
  1. 8.2 elfinder.module \elfinder_user_roles()
  2. 6.2 elfinder.module \elfinder_user_roles()
  3. 7.3 elfinder.module \elfinder_user_roles()
1 call to elfinder_user_roles()
elfinder_get_user_profile in ./elfinder.module

File

./elfinder.module, line 417

Code

function elfinder_user_roles() {
  global $user;
  return array_reverse(array_keys($user->roles));
}