Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
user_admin_role drupal/modules/user/user.admin.inc Form to configure a single role. 8
user_admin_role_validate drupal/modules/user/user.admin.inc Form validation handler for the user_admin_role() form. 1
user_admin_role_submit drupal/modules/user/user.admin.inc Form submit handler for the user_admin_role() form. 1
user_admin_role_delete_submit drupal/modules/user/user.admin.inc Form submit handler for the user_admin_role() form. 1
user_admin_role_delete_confirm drupal/modules/user/user.admin.inc Form to confirm role delete operation. 1
user_admin_role_delete_confirm_submit drupal/modules/user/user.admin.inc Form submit handler for user_admin_role_delete_confirm().
hook_user_load drupal/modules/user/user.api.php Act on user objects when loaded from the database.
hook_user_delete drupal/modules/user/user.api.php Respond to user deletion.
hook_user_cancel drupal/modules/user/user.api.php Act on user account cancellations.
hook_user_cancel_methods_alter drupal/modules/user/user.api.php Modify account cancellation methods.
hook_user_operations drupal/modules/user/user.api.php Add mass user operations.
hook_user_categories drupal/modules/user/user.api.php Define a list of user settings or profile information categories.
hook_user_presave drupal/modules/user/user.api.php A user account is about to be created or updated.
hook_user_insert drupal/modules/user/user.api.php A user account was created.
hook_user_update drupal/modules/user/user.api.php A user account was updated.
hook_user_login drupal/modules/user/user.api.php The user just logged in.
hook_user_logout drupal/modules/user/user.api.php The user just logged out.
hook_user_view drupal/modules/user/user.api.php The user's account information is being displayed.
hook_user_view_alter drupal/modules/user/user.api.php The user was built; the module may modify the structured content.
hook_user_role_presave drupal/modules/user/user.api.php Act on a user role being inserted or updated.
hook_user_role_insert drupal/modules/user/user.api.php Respond to creation of a new user role.
hook_user_role_update drupal/modules/user/user.api.php Respond to updates to a user role.
hook_user_role_delete drupal/modules/user/user.api.php Respond to user role deletion.
user_update_7019 drupal/modules/user/user.install Ensure there is a combined index on {authmap}.uid and {authmap}.module.
user_schema drupal/modules/user/user.install Implements hook_schema().
user_install drupal/modules/user/user.install Implements hook_install().
user_update_dependencies drupal/modules/user/user.install Implements hook_update_dependencies().
_update_7000_user_role_grant_permissions drupal/modules/user/user.install Utility function: grant a set of permissions to a role during update. 5
user_update_7000 drupal/modules/user/user.install Increase the length of the password field to accommodate better hashes.
user_update_7001 drupal/modules/user/user.install Remove the 'threshold', 'mode' and 'sort' columns from the {users} table.
user_update_7002 drupal/modules/user/user.install Convert user time zones from time zone offsets to time zone names.
user_update_7003 drupal/modules/user/user.install Update user settings for cancelling user accounts.
user_update_7005 drupal/modules/user/user.install Changes the users table to allow longer e-mail addresses.
user_update_7006 drupal/modules/user/user.install Add module data to {role_permission}.
user_update_7007 drupal/modules/user/user.install Add a weight column to user roles.
user_update_7008 drupal/modules/user/user.install If 'user_register' variable was unset in Drupal 6, set it to be the same as the Drupal 6 default setting.
user_update_7009 drupal/modules/user/user.install Converts fields that store serialized variables from text to blob.
user_update_7010 drupal/modules/user/user.install Update the {user}.signature_format column.
user_update_7011 drupal/modules/user/user.install Placeholder function.
user_update_7012 drupal/modules/user/user.install Add the user's pictures to the {file_managed} table and make them managed files.
user_update_7013 drupal/modules/user/user.install Add user module file usage entries.
user_update_7014 drupal/modules/user/user.install Rename the 'post comments without approval' permission.
user_update_7015 drupal/modules/user/user.install Change {users}.signature_format into varchar.
user_update_7016 drupal/modules/user/user.install Update the database to match the schema.
user_update_7017 drupal/modules/user/user.install Update email templates to use new tokens.
user_update_7018 drupal/modules/user/user.install Ensure there is an index on {users}.picture.
user_help drupal/modules/user/user.module Implements hook_help().
user_module_invoke drupal/modules/user/user.module Invokes a user hook in every module. 2
user_theme drupal/modules/user/user.module Implements hook_theme().
user_entity_info drupal/modules/user/user.module Implements hook_entity_info().

Pages

Other projects