Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
user_role_change_permissions drupal-7.x/modules/user/user.module Change permissions for a user role. 14
user_role_delete drupal-7.x/modules/user/user.module Delete a user role from database. 2
user_role_edit_access drupal-7.x/modules/user/user.module Menu access callback for user role editing. 1
user_role_grant_permissions drupal-7.x/modules/user/user.module Grant permissions to a user role. 12
user_role_load drupal-7.x/modules/user/user.module Fetches a user role by role ID. 2
user_role_load_by_name drupal-7.x/modules/user/user.module Fetches a user role by role name. 3
user_role_permissions drupal-7.x/modules/user/user.module Determine the permissions for one or more roles. 2 5
user_role_revoke_permissions drupal-7.x/modules/user/user.module Revoke permissions from a user role. 5
user_role_save drupal-7.x/modules/user/user.module Save a user role to the database. 4
user_save drupal-7.x/modules/user/user.module Save changes to a user account or add a new user. 23
user_schema drupal-7.x/modules/user/user.install Implements hook_schema().
user_search_access drupal-7.x/modules/user/user.module Implements hook_search_access().
user_search_execute drupal-7.x/modules/user/user.module Implements hook_search_execute().
user_search_info drupal-7.x/modules/user/user.module Implements hook_search_info().
user_set_authmaps drupal-7.x/modules/user/user.module 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 drupal-7.x/modules/user/user.module Implements hook_system_info_alter().
user_theme drupal-7.x/modules/user/user.module Implements hook_theme().
user_tokens drupal-7.x/modules/user/user.tokens.inc Implements hook_tokens().
user_token_info drupal-7.x/modules/user/user.tokens.inc Implements hook_token_info().
user_translated_menu_link_alter drupal-7.x/modules/user/user.module Implements hook_translated_menu_link_alter().
user_uid_only_optional_to_arg drupal-7.x/modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_uid_optional_load drupal-7.x/modules/user/user.module Load either a specified or the current user account.
user_uid_optional_to_arg drupal-7.x/modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty. 1
user_update_7000 drupal-7.x/modules/user/user.install Increase the length of the password field to accommodate better hashes.
user_update_7001 drupal-7.x/modules/user/user.install
user_update_7002 drupal-7.x/modules/user/user.install Convert user time zones from time zone offsets to time zone names.
user_update_7003 drupal-7.x/modules/user/user.install Update user settings for cancelling user accounts.
user_update_7005 drupal-7.x/modules/user/user.install Changes the users table to allow longer e-mail addresses.
user_update_7006 drupal-7.x/modules/user/user.install Add module data to {role_permission}.
user_update_7007 drupal-7.x/modules/user/user.install Add a weight column to user roles.
user_update_7008 drupal-7.x/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-7.x/modules/user/user.install Converts fields that store serialized variables from text to blob.
user_update_7010 drupal-7.x/modules/user/user.install Update the {user}.signature_format column.
user_update_7011 drupal-7.x/modules/user/user.install Placeholder function.
user_update_7012 drupal-7.x/modules/user/user.install Add the user's pictures to the {file_managed} table and make them managed files.
user_update_7013 drupal-7.x/modules/user/user.install Add user module file usage entries.
user_update_7014 drupal-7.x/modules/user/user.install Rename the 'post comments without approval' permission.
user_update_7015 drupal-7.x/modules/user/user.install Change {users}.signature_format into varchar.
user_update_7016 drupal-7.x/modules/user/user.install Update the database to match the schema.
user_update_7017 drupal-7.x/modules/user/user.install Update email templates to use new tokens.
user_update_7018 drupal-7.x/modules/user/user.install Ensure there is an index on {users}.picture.
user_update_dependencies drupal-7.x/modules/user/user.install Implements hook_update_dependencies().
user_uri drupal-7.x/modules/user/user.module Implements callback_entity_info_uri(). 1
user_user_categories drupal-7.x/modules/user/user.module Implements hook_user_categories().
user_user_operations drupal-7.x/modules/user/user.module Implements hook_user_operations().
user_user_operations_block drupal-7.x/modules/user/user.module Callback function for admin mass blocking users. 2
user_user_operations_unblock drupal-7.x/modules/user/user.module Callback function for admin mass unblocking users. 2
user_user_presave drupal-7.x/modules/user/user.module Implements hook_user_presave().
user_user_view drupal-7.x/modules/user/user.module Implements hook_user_view().
user_validate_current_pass drupal-7.x/modules/user/user.module Form validation handler for the current password on the user_account_form(). 2

Páginas