Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
user_profile_form_submit | modules/ |
Form submission handler for user_profile_form(). | 1 | ||
user_profile_form_validate | modules/ |
Form validation handler for user_profile_form(). | 1 | ||
user_rdf_mapping | modules/ |
Implements hook_rdf_mapping(). | |||
user_register_access | modules/ |
Determines if the current user has access to the user registration page. | 1 | ||
user_register_form | modules/ |
Form builder; the user registration form. | 5 | ||
user_register_submit | modules/ |
Submit handler for the user registration form. | 1 | ||
user_register_validate | modules/ |
Validation function for the user registration form. | 1 | ||
user_roles | modules/ |
Retrieve an array of roles matching specified conditions. | 19 | ||
user_role_change_permissions | modules/ |
Change permissions for a user role. | 16 | ||
user_role_delete | modules/ |
Delete a user role from database. | 2 | ||
user_role_edit_access | modules/ |
Menu access callback for user role editing. | 1 | ||
user_role_grant_permissions | modules/ |
Grant permissions to a user role. | 14 | ||
user_role_load | modules/ |
Fetches a user role by role ID. | 2 | ||
user_role_load_by_name | modules/ |
Fetches a user role by role name. | 3 | ||
user_role_permissions | modules/ |
Determine the permissions for one or more roles. | 2 | 5 | |
user_role_revoke_permissions | modules/ |
Revoke permissions from a user role. | 6 | ||
user_role_save | modules/ |
Save a user role to the database. | 4 | ||
user_save | modules/ |
Save changes to a user account or add a new user. | 30 | ||
user_schema | modules/ |
Implements hook_schema(). | |||
user_search_access | modules/ |
Implements hook_search_access(). | |||
user_search_execute | modules/ |
Implements hook_search_execute(). | |||
user_search_info | modules/ |
Implements hook_search_info(). | |||
user_session_test_anon_session | modules/ |
Page callback. | 2 | ||
user_session_test_menu | modules/ |
Implements hook_menu(). | |||
user_set_authmaps | modules/ |
Save mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table. | 3 | ||
user_system_info_alter | modules/ |
Implements hook_system_info_alter(). | |||
user_theme | modules/ |
Implements hook_theme(). | |||
user_tokens | modules/ |
Implements hook_tokens(). | |||
user_token_info | modules/ |
Implements hook_token_info(). | |||
user_translated_menu_link_alter | modules/ |
Implements hook_translated_menu_link_alter(). | |||
user_uid_only_optional_to_arg | modules/ |
Returns $arg or the user ID of the current user if $arg is '%' or empty. | |||
user_uid_optional_load | modules/ |
Load either a specified or the current user account. | |||
user_uid_optional_to_arg | modules/ |
Returns $arg or the user ID of the current user if $arg is '%' or empty. | 1 | ||
user_unblock_user_action | modules/ |
Unblocks a specific user or the current user, if one is not specified. | 1 | ||
user_update_7000 | modules/ |
Increase the length of the password field to accommodate better hashes. | |||
user_update_7001 | modules/ |
Remove the 'threshold', 'mode' and 'sort' columns from the {users} table. | |||
user_update_7002 | modules/ |
Convert user time zones from time zone offsets to time zone names. | |||
user_update_7003 | modules/ |
Update user settings for cancelling user accounts. | |||
user_update_7005 | modules/ |
Changes the users table to allow longer e-mail addresses. | |||
user_update_7006 | modules/ |
Add module data to {role_permission}. | |||
user_update_7007 | modules/ |
Add a weight column to user roles. | |||
user_update_7008 | modules/ |
If 'user_register' variable was unset in Drupal 6, set it to be the same as the Drupal 6 default setting. | |||
user_update_7009 | modules/ |
Converts fields that store serialized variables from text to blob. | |||
user_update_7010 | modules/ |
Update the {user}.signature_format column. | |||
user_update_7011 | modules/ |
Placeholder function. | |||
user_update_7012 | modules/ |
Add the user's pictures to the {file_managed} table and make them managed files. | |||
user_update_7013 | modules/ |
Add user module file usage entries. | |||
user_update_7014 | modules/ |
Rename the 'post comments without approval' permission. | |||
user_update_7015 | modules/ |
Change {users}.signature_format into varchar. | |||
user_update_7016 | modules/ |
Update the database to match the schema. |
Pagination
- Previous page
- Page 82
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.