You are here

function userprotect_protected_users in User protect 6

Same name and namespace in other branches
  1. 5 userprotect.module \userprotect_protected_users()
  2. 7 userprotect.admin.inc \userprotect_protected_users()

Builds a table of protected users, and their protections.

Return value

A form array representing the table.

1 string reference to 'userprotect_protected_users'
userprotect_menu in ./userprotect.module
Implementation of hook_menu().

File

./userprotect.module, line 505

Code

function userprotect_protected_users() {
  return userprotect_protections_bypass('user');
}