You are here

function userprotect_administrator_bypass in User protect 5

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

Builds a table of user admin bypass values.

Return value

A form array representing the table.

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

File

./userprotect.module, line 449

Code

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