user_access |
drupal/modules/user/user.module |
Determine whether the user has a given privilege. |
154 |
13 |
user_account_form |
drupal/modules/user/user.module |
Helper function to add default user account fields to user registration and edit form. |
2 |
|
user_account_form_validate |
drupal/modules/user/user.module |
Form validation handler for user_account_form(). |
|
1 |
user_action_info |
drupal/modules/user/user.module |
Implements hook_action_info(). |
|
|
user_admin |
drupal/modules/user/user.admin.inc |
Page callback: Generates the appropriate user administration form. |
|
1 |
user_admin_account |
drupal/modules/user/user.admin.inc |
Form builder; User administration page. |
|
1 |
user_admin_account_submit |
drupal/modules/user/user.admin.inc |
Submit the user administration update form. |
|
|
user_admin_account_validate |
drupal/modules/user/user.admin.inc |
|
|
|
user_admin_paths |
drupal/modules/user/user.module |
Implements hook_admin_paths(). |
|
|
user_admin_permissions |
drupal/modules/user/user.admin.inc |
Menu callback: administer permissions. |
|
1 |
user_admin_permissions_submit |
drupal/modules/user/user.admin.inc |
Save permissions selected on the administer permissions page. |
|
|
user_admin_role |
drupal/modules/user/user.admin.inc |
Form to configure a single role. |
|
8 |
user_admin_roles |
drupal/modules/user/user.admin.inc |
Form to re-order roles or add a new one. |
|
1 |
user_admin_roles_order_submit |
drupal/modules/user/user.admin.inc |
Form submit function. Update the role weights. |
|
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(). |
|
|
user_admin_role_delete_submit |
drupal/modules/user/user.admin.inc |
Form submit 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_validate |
drupal/modules/user/user.admin.inc |
Form validation handler for the user_admin_role() form. |
|
1 |
user_admin_settings |
drupal/modules/user/user.admin.inc |
Form builder; Configure user settings for this site. |
|
1 |
user_authenticate |
drupal/modules/user/user.module |
Try to validate the user's login credentials locally. |
1 |
|
user_autocomplete |
drupal/modules/user/user.pages.inc |
Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. |
|
1 |
user_block_configure |
drupal/modules/user/user.module |
Implements hook_block_configure(). |
|
|
user_block_info |
drupal/modules/user/user.module |
Implements hook_block_info(). |
|
|
user_block_save |
drupal/modules/user/user.module |
Implements hook_block_save(). |
|
|
user_block_user_action |
drupal/modules/user/user.module |
Blocks a specific user or the current user, if one is not specified. |
|
1 |
user_block_view |
drupal/modules/user/user.module |
Implements hook_block_view(). |
1 |
|
user_build_content |
drupal/modules/user/user.module |
Builds a structured array representing the profile content. |
1 |
|
user_build_filter_query |
drupal/modules/user/user.module |
Extends a query object for user administration filters based on session. |
2 |
|
user_cancel |
drupal/modules/user/user.module |
Cancel a user account. |
3 |
|
user_cancel_access |
drupal/modules/user/user.module |
Menu access callback; limit access to account cancellation pages. |
|
1 |
user_cancel_confirm |
drupal/modules/user/user.pages.inc |
Menu callback; Cancel a user account via e-mail confirmation link. |
|
1 |
user_cancel_confirm_form |
drupal/modules/user/user.pages.inc |
Form builder; confirm form for cancelling user account. |
|
1 |
user_cancel_confirm_form_submit |
drupal/modules/user/user.pages.inc |
Submit handler for the account cancellation confirm form. |
1 |
|
user_cancel_methods |
drupal/modules/user/user.pages.inc |
Helper function to return available account cancellation methods. |
3 |
|
user_cancel_url |
drupal/modules/user/user.module |
Generates a URL to confirm an account cancellation request. |
1 |
|
user_category_load |
drupal/modules/user/user.module |
Return a user object after checking if any profile category in the path exists. |
|
|
user_check_password |
drupal/includes/password.inc |
Check whether a plain text password matches a stored hashed password. |
3 |
|
user_comment_view |
drupal/modules/user/user.module |
Implements hook_comment_view(). |
|
|
user_cookie_delete |
drupal/modules/user/user.module |
Delete a visitor information cookie. |
1 |
|
user_cookie_save |
drupal/modules/user/user.module |
Saves visitor information as a cookie so it can be reused. |
5 |
|
user_delete |
drupal/modules/user/user.module |
Delete a user. |
5 |
4 |
user_delete_multiple |
drupal/modules/user/user.module |
Delete multiple user accounts. |
1 |
|
user_edit_access |
drupal/modules/user/user.module |
Access callback for user account editing. |
1 |
2 |
user_edit_cancel_submit |
drupal/modules/user/user.pages.inc |
Submit function for the 'Cancel account' button on the user edit form. |
|
1 |
user_element_info |
drupal/modules/user/user.module |
Implements hook_element_info(). |
|
|
user_entity_info |
drupal/modules/user/user.module |
Implements hook_entity_info(). |
|
|
user_external_load |
drupal/modules/user/user.module |
Fetches a user object based on an external authentication source. |
3 |
|
user_external_login_register |
drupal/modules/user/user.module |
Helper function for authentication modules. Either logs in or registers
the current user, based on username. Either way, the global $user object is
populated and login tasks are performed. |
|
|
user_field_extra_fields |
drupal/modules/user/user.module |
Implements hook_field_extra_fields(). |
|
|