You are here

Functions in User restrictions 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_user_restrictions_alter ./user_restrictions.api.php Allows other modules to change user restrictions.
hook_user_restrictions_info ./user_restrictions.api.php Allows modules to give information about the implemented restrictions.
hook_user_restrictions_info_alter ./user_restrictions.api.php Allows to alter the restriction information returned by other modules.
user_restrictions_block_mail ./user_restrictions.rules.inc Rules callback to block an email.
user_restrictions_block_name ./user_restrictions.rules.inc Rules callback to block a username.
user_restrictions_cron ./user_restrictions.module Implements hook_cron().
user_restrictions_default_rules_configuration ./user_restrictions.rules_defaults.inc Implements hook_default_rules_configuration().
user_restrictions_form_user_login_alter ./user_restrictions.module Implements hook_form_FORM_ID_alter() for user_login().
user_restrictions_form_user_login_block_alter ./user_restrictions.module Implements hook_form_FORM_ID_alter() for user_login_block().
user_restrictions_form_user_profile_form_alter ./user_restrictions.module Implements hook_form_FORM_ID_alter() for user_profile_form().
user_restrictions_form_user_register_form_alter ./user_restrictions.module Implements hook_form_FORM_ID_alter() for user_register_form().
user_restrictions_help ./user_restrictions.module Implements hook_help().
user_restrictions_install ./user_restrictions.install Implements hook_install().
user_restrictions_load ./user_restrictions.module Loads the restriction rule from the database.
user_restrictions_login_form_validate ./user_restrictions.module Form validation handler for user_login(), and user_login_block(). 2
user_restrictions_permission ./user_restrictions.module Implements hook_permission().
user_restrictions_rules_action_info ./user_restrictions.rules.inc Implements hook_rules_action_info
user_restrictions_rules_event_info ./user_restrictions.rules.inc Implements hook_rules_event_info
user_restrictions_schema ./user_restrictions.install Implements hook_schema().
user_restrictions_ui_check_email_submit ./user_restrictions_ui.admin.inc Form submission handler for user_restrictions_ui_overview_form(). 1
user_restrictions_ui_check_email_validate ./user_restrictions_ui.admin.inc Form validation handler for user_restrictions_ui_overview_form(). 1
user_restrictions_ui_check_username_submit ./user_restrictions_ui.admin.inc Form submission handler for user_restrictions_ui_overview_form(). 1
user_restrictions_ui_delete_rule_form ./user_restrictions_ui.admin.inc Form builder for user restriction delete form. 1
user_restrictions_ui_delete_rule_form_submit ./user_restrictions_ui.admin.inc Form submission handler for user_restrictions_ui_delete_rule_form().
user_restrictions_ui_edit_rule_form ./user_restrictions_ui.admin.inc Form generator for the user restriction edit form. 1
user_restrictions_ui_edit_rule_form_submit ./user_restrictions_ui.admin.inc Form submission handler for user_restrictions_ui_edit_rule_form().
user_restrictions_ui_edit_rule_form_validate ./user_restrictions_ui.admin.inc Form validation handler for user_restrictions_ui_edit_rule_form().
user_restrictions_ui_help ./user_restrictions_ui.module Implements hook_help().
user_restrictions_ui_import ./user_restrictions_ui.admin.inc Batch import function to import access rules from the access table 2
user_restrictions_ui_import_finished ./user_restrictions_ui.admin.inc Batch finished function. 2
user_restrictions_ui_import_rule_form ./user_restrictions_ui.admin.inc Form builder to import access rules from the D6 access table. 1
user_restrictions_ui_import_rule_form_submit ./user_restrictions_ui.admin.inc Form submission function.
user_restrictions_ui_menu ./user_restrictions_ui.module Implements hook_menu().
user_restrictions_ui_overview_form ./user_restrictions_ui.admin.inc Form builder for the list of user restrictions. 1
user_restrictions_unblock_mail ./user_restrictions.rules.inc Rules callback to unblock an email.
user_restrictions_unblock_name ./user_restrictions.rules.inc Rules callback to unblock a username.
user_restrictions_update_7100 ./user_restrictions.install Adds the sub-type field to the database table.
user_restrictions_update_7101 ./user_restrictions.install Updates the Drupal registry.
user_restrictions_update_7102 ./user_restrictions.install Imports username and e-mail masks from the {access} table.
user_restrictions_user_profile_form_validate ./user_restrictions.module Form validation handler for user_profile_form(). 1
user_restrictions_user_register_form_validate ./user_restrictions.module Form validation handler for user_register_form(). 1
user_restrictions_user_restrictions_alter ./user_restrictions.module Implements hook_user_restrictions_alter().
user_restrictions_user_restrictions_info ./user_restrictions.module Implements hook_user_restrictions_info().

Other projects