user_path_info |
core/modules/user/user.path.inc |
Implements hook_path_info(). |
user_permission |
core/modules/user/user.module |
Implements hook_permission(). |
user_permission_get_modules |
core/modules/user/user.module |
Determine the modules that permissions belong to. |
user_preferred_language |
core/modules/user/user.module |
Get the language object preferred by the user. This user preference can
be set on the user account editing page, and is only available if there
are more than one languages enabled on the site. If the user did not
choose a preferred language, or is the… |
user_preprocess_block |
core/modules/user/user.module |
Implements hook_preprocess_block(). |
user_preprocess_page |
core/modules/user/user.module |
Implements hook_preprocess_page(). |
user_preprocess_page_components |
core/modules/user/user.module |
Implements hook_preprocess_page_component(). |
user_profile_form |
core/modules/user/user.pages.inc |
Form builder; edit a user account. |
user_profile_form_submit |
core/modules/user/user.pages.inc |
Form submission handler for user_profile_form(). |
user_profile_form_validate |
core/modules/user/user.pages.inc |
Form validation handler for user_profile_form(). |
user_register_access |
core/modules/user/user.module |
Determines if the current user has access to the user registration page. |
user_register_form |
core/modules/user/user.module |
Form builder; the user registration form. |
user_register_page |
core/modules/user/user.module |
Menu callback to create a new account. |
user_register_submit |
core/modules/user/user.module |
Submit handler for the user registration form. |
user_register_validate |
core/modules/user/user.module |
Validation function for the user registration form. |
user_remove_role_action |
core/modules/user/user.actions.inc |
Removes a role from a user account. |
user_roles |
core/modules/user/user.module |
Retrieve an array of roles matching specified conditions. |
user_role_change_permissions |
core/modules/user/user.module |
Change permissions for a user role. |
user_role_delete |
core/modules/user/user.module |
Delete a user role from database. |
user_role_delete_access |
core/modules/user/user.module |
Menu access callback for deleting a user. |
user_role_grant_permissions |
core/modules/user/user.module |
Grant permissions to a user role. |
user_role_has_permission |
core/modules/user/user.module |
Checks if a user role has a permission. |
user_role_load |
core/modules/user/user.module |
Load a user role. |
user_role_load_by_name Deprecated |
core/modules/user/user.module |
Legacy wrapper function preserved for backwards-compatibility. This function
is no longer used by Backdrop core, since all roles are loaded by name now.
See https://docs.backdropcms.org/change-records/converted-user-roles-to-cmi |
user_role_permissions |
core/modules/user/user.module |
Determine the permissions for one or more roles. |
user_role_revoke_permissions |
core/modules/user/user.module |
Revoke permissions from a user role. |
user_role_save |
core/modules/user/user.module |
Save a user role to the database. |
user_save |
core/modules/user/user.module |
Save a new or updated user. |
user_schema |
core/modules/user/user.install |
Implements hook_schema(). |
user_schema_alter |
core/modules/user/user.install |
Implements hook_schema_alter(). |
user_search_access |
core/modules/user/user.module |
Implements hook_search_access(). |
user_search_execute |
core/modules/user/user.module |
Implements hook_search_execute(). |
user_search_info |
core/modules/user/user.module |
Implements hook_search_info(). |
user_session_test_anon_session |
core/modules/user/tests/user_session_test/user_session_test.module |
Page callback. |
user_session_test_menu |
core/modules/user/tests/user_session_test/user_session_test.module |
Implements hook_menu(). |
user_settings_email |
core/modules/user/user.admin.inc |
Form builder; Configure user email settings for this site. |
user_settings_email_submit |
core/modules/user/user.admin.inc |
Form submission handler for user_settings_email(). |
user_theme |
core/modules/user/user.module |
Implements hook_theme(). |
user_tokens |
core/modules/user/user.tokens.inc |
Implements hook_tokens(). |
user_token_info |
core/modules/user/user.tokens.inc |
Implements hook_token_info(). |
user_translated_menu_link_alter |
core/modules/user/user.module |
Implements hook_translated_menu_link_alter(). |
user_uid_optional_load |
core/modules/user/user.module |
Load either a specified or the current user account. |
user_uid_optional_to_arg |
core/modules/user/user.module |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
user_unblock_user_action |
core/modules/user/user.actions.inc |
Unblocks a specific user account. |
user_update_1000 |
core/modules/user/user.install |
The 'Member for' extra field has moved one level up in the array. |
user_update_1001 |
core/modules/user/user.install |
Grant "administer account settings" to roles with "administer users." |
user_update_1002 |
core/modules/user/user.install |
Remove the ability for users to select a theme. |
user_update_1003 |
core/modules/user/user.install |
Moves account settings from variable to config. |
user_update_1004 |
core/modules/user/user.install |
Moves login flood settings from variable to config. |
user_update_1005 |
core/modules/user/user.install |
Moves user mail settings from variable to config. |