Search for user
| Title | Object type | File name | Summary |
|---|---|---|---|
| user_uid_optional_to_arg | function | modules/ |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
| user_unblock_user_action | function | modules/ |
Unblocks a specific user or the current user, if one is not specified. |
| user_update_7000 | function | modules/ |
Increase the length of the password field to accommodate better hashes. |
| user_update_7001 | function | modules/ |
Remove the 'threshold', 'mode' and 'sort' columns from the {users} table. |
| user_update_7002 | function | modules/ |
Convert user time zones from time zone offsets to time zone names. |
| user_update_7003 | function | modules/ |
Update user settings for cancelling user accounts. |
| user_update_7005 | function | modules/ |
Changes the users table to allow longer e-mail addresses. |
| user_update_7006 | function | modules/ |
Add module data to {role_permission}. |
| user_update_7007 | function | modules/ |
Add a weight column to user roles. |
| user_update_7008 | function | 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 | function | modules/ |
Converts fields that store serialized variables from text to blob. |
| user_update_7010 | function | modules/ |
Update the {user}.signature_format column. |
| user_update_7011 | function | modules/ |
Placeholder function. |
| user_update_7012 | function | modules/ |
Add the user's pictures to the {file_managed} table and make them managed files. |
| user_update_7013 | function | modules/ |
Add user module file usage entries. |
| user_update_7014 | function | modules/ |
Rename the 'post comments without approval' permission. |
| user_update_7015 | function | modules/ |
Change {users}.signature_format into varchar. |
| user_update_7016 | function | modules/ |
Update the database to match the schema. |
| user_update_7017 | function | modules/ |
Update email templates to use new tokens. |
| user_update_7018 | function | modules/ |
Ensure there is an index on {users}.picture. |
| user_update_7019 | function | modules/ |
Ensure there is a combined index on {authmap}.uid and {authmap}.module. |
| user_update_7020 | function | modules/ |
Add changed field to users table. |
| user_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| user_uri | function | modules/ |
Implements callback_entity_info_uri(). |
| user_user_categories | function | modules/ |
Implements hook_user_categories(). |
| user_user_flood_control | function | modules/ |
Implements hook_user_flood_control(). |
| user_user_operations | function | modules/ |
Implements hook_user_operations(). |
| user_user_operations_block | function | modules/ |
Callback function for admin mass blocking users. |
| user_user_operations_unblock | function | modules/ |
Callback function for admin mass unblocking users. |
| user_user_presave | function | modules/ |
Implements hook_user_presave(). |
| user_user_view | function | modules/ |
Implements hook_user_view(). |
| user_validate_current_pass | function | modules/ |
Form validation handler for the current password on the user_account_form(). |
| user_validate_mail | function | modules/ |
Validates a user's email address. |
| user_validate_name | function | modules/ |
Verify the syntax of the given name. |
| user_validate_picture | function | modules/ |
Validates an image uploaded by a user. |
| user_view | function | modules/ |
Generate an array for rendering the given user. |
| user_view_access | function | modules/ |
User view access callback. |
| user_view_page | function | modules/ |
Page callback wrapper for user_view(). |
| _forum_user_last_visit | function | modules/ |
Gets the last time the user viewed a node. |
| _openid_user_login_form_alter | function | modules/ |
|
| _profile_update_user_fields | function | modules/ |
Helper function: update an array of user fields by calling profile_view_field |
| _tracker_user_access | function | modules/ |
Access callback for user/%user/track. |
| _trigger_normalize_user_context | function | modules/ |
Loads associated objects for user triggers. |
| _trigger_user | function | modules/ |
Calls action functions for user triggers. |
| _update_7000_user_role_grant_permissions | function | modules/ |
Utility function: grant a set of permissions to a role during update. |
| _user_cancel | function | modules/ |
Implements callback_batch_operation(). |
| _user_cancel_session_regenerate | function | modules/ |
Implements callback_batch_finished(). |
| _user_categories | function | modules/ |
Retrieve a list of all user setting/information categories and sort them by weight. |
| _user_mail_notify | function | modules/ |
Conditionally create and send a notification email when a certain operation happens on the given user account. |
| _user_mail_text | function | modules/ |
Returns a mail string for a variable name. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.