You are here

Functions in User protect 5

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_userprotect_admin_role_table ./userprotect.module Themes the role protections table.
theme_userprotect_protections_bypass ./userprotect.module Themes the protected users table.
userprotect_add_user ./userprotect.module Adds a user to the protections table. 2
userprotect_add_validation ./userprotect.module Adds a validation function to a validation handler. 1
userprotect_administrator_bypass ./userprotect.module Builds a table of user admin bypass values. 1
userprotect_administrator_bypass_defaults ./userprotect.module Builds an array of the inital default bypass settings for user admins. 2 3
userprotect_check_bypass ./userprotect.module Checks to see if the current user can bypass a protection. 3
userprotect_disable_password ./userprotect.module After build function to disable password fields.
userprotect_display_protections ./userprotect.module Builds a displayable text string of the protections currently in effect for the specified user. 2
userprotect_form_alter ./userprotect.module Alters forms for user protection.
userprotect_get_protection_display ./userprotect.module Builds an array of all protections and their human-readable text string. 4
userprotect_get_username ./userprotect.module Gives the username of a protected user. 2
userprotect_get_user_protection ./userprotect.module Checks to see if the specified user has the specified protection. 3
userprotect_help ./userprotect.module Implementation of hook_help().
userprotect_install ./userprotect.install Implementation of hook_install().
userprotect_menu ./userprotect.module Implementation of hook_menu().
userprotect_perm ./userprotect.module Implementation of hook_perm().
userprotect_protected_roles ./userprotect.module Builds a form for the role protection settings. 1
userprotect_protected_users ./userprotect.module Builds a table of protected users, and their protections. 1
userprotect_protected_users_delete_form ./userprotect.module Menu callback. Removes a user from being protected, or removes an administrator bypass. 1
userprotect_protected_users_delete_form_submit ./userprotect.module Submit function for the delete confirmation form.
userprotect_protections_bypass ./userprotect.module Helper funtion. Builds tables for protected users and admin bypass. 2
userprotect_protections_bypass_submit ./userprotect.module Processes the submitted user protection form.
userprotect_protection_defaults ./userprotect.module Builds a form for the userprotect default settings. 4
userprotect_uninstall ./userprotect.install Implementation of hook_uninstall().
userprotect_update_5000 ./userprotect.install Rebuilds the menu due to code changes.
userprotect_up_add_validate ./userprotect.module Custom validation function for adding a user for protection.
userprotect_user ./userprotect.module Implementation of hook_user().
userprotect_user_admin_account_validate ./userprotect.module Custom validation function for protecting users from the user administration operations.
userprotect_user_edit_fields_validate ./userprotect.module Custom validation function for complex field protections.
userprotect_user_protection_defaults ./userprotect.module Builds an array of the inital default protections. 7

Other projects