You are here

function userprotect_administrator_bypass in User protect 7

Same name and namespace in other branches
  1. 5 userprotect.module \userprotect_administrator_bypass()
  2. 6 userprotect.module \userprotect_administrator_bypass()

Builds a table of user admin bypass values.

Return value

array A form array representing the table.

1 string reference to 'userprotect_administrator_bypass'
userprotect_menu in ./userprotect.module
Implements hook_menu().

File

./userprotect.admin.inc, line 24
Administration functions for userprotect module.

Code

function userprotect_administrator_bypass() {
  return userprotect_protections_bypass('admin');
}