user_uid_optional_to_arg |
modules/user/user.module |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
user_unblock_user_action |
modules/user/user.actions.inc |
Unblocks a specific user account. |
user_update_1000 |
modules/user/user.install |
The 'Member for' extra field has moved one level up in the array. |
user_update_1001 |
modules/user/user.install |
Grant "administer account settings" to roles with "administer users." |
user_update_1002 |
modules/user/user.install |
Remove the ability for users to select a theme. |
user_update_1003 |
modules/user/user.install |
Moves account settings from variable to config. |
user_update_1004 |
modules/user/user.install |
Moves login flood settings from variable to config. |
user_update_1005 |
modules/user/user.install |
Moves user mail settings from variable to config. |
user_update_1006 |
modules/user/user.install |
Moves user picture settings from variable to config. |
user_update_1007 |
modules/user/user.install |
Convert user roles to configuration files. |
user_update_1008 |
modules/user/user.install |
Update views that used the old role ID handlers to use role name instead. |
user_update_1009 |
modules/user/user.install |
Create the default view for user administration. |
user_update_1010 |
modules/user/user.install |
Set default option for login method to use accounts only. |
user_update_1011 |
modules/user/user.install |
Update 'People' menus to 'User accounts'. |
user_update_1012 |
modules/user/user.install |
Update 'Find user accounts' to 'Manage user accounts' |
user_update_1013 |
modules/user/user.install |
Grant accounts with 'administer permissions' the new 'assign roles' permission. |
user_update_1014 |
modules/user/user.install |
Fixes system email linebreaks. |
user_update_1015 |
modules/user/user.install |
Change label 'Name' to 'Username' for clarity on user admin view. |
user_update_1016 |
modules/user/user.install |
Creates the table to enable caching of User entities. |
user_update_1017 |
modules/user/user.install |
Add admin mail text for pending approval. |
user_update_1018 |
modules/user/user.install |
Set default values for core password constraints. |
user_update_1019 |
modules/user/user.install |
Set the "user_admin_role" attribute to "0" (disabled) if it's missing. |
user_update_1020 |
modules/user/user.install |
Make sure that all config translatables are set for user mails. |
user_user_view |
modules/user/user.module |
Implements hook_user_view(). |
user_validate_current_pass |
modules/user/user.module |
Form validation handler for the current password on the user_account_form(). |
user_validate_name |
modules/user/user.module |
Verify the syntax of the given name. |
user_validate_picture |
modules/user/user.module |
Validates an image uploaded by a user. |
user_view |
modules/user/user.module |
Generate an array for rendering the given user. |
user_view_access |
modules/user/user.module |
User view access callback. |
user_view_page |
modules/user/user.module |
Page callback wrapper for user_view(). |
user_views_api |
modules/user/user.module |
Implements hook_views_api(). |
user_views_data |
modules/user/views/user.views.inc |
Implements hook_views_data(). |
user_views_plugins |
modules/user/views/user.views.inc |
Implements hook_views_plugins(). |
user_views_query_substitutions |
modules/user/views/user.views.inc |
Allow replacement of current user ID so we can cache these queries. |
valid_email_address |
includes/common.inc |
Verifies the syntax of the given e-mail address. |
valid_number_step |
includes/common.inc |
Verifies that a number is a multiple of a given step. |
valid_url |
includes/common.inc |
Verifies the syntax of the given URL. |
variable_del Deprecated |
includes/bootstrap.inc |
Unsets a persistent variable. |
variable_get Deprecated |
includes/bootstrap.inc |
Returns a persistent variable. |
variable_initialize Deprecated |
includes/bootstrap.inc |
Loads the persistent variable table. |
variable_set Deprecated |
includes/bootstrap.inc |
Sets a persistent variable. |
view_mode_test_entity_view_mode_info |
modules/field_ui/tests/view_mode_test/view_mode_test.module |
Implements hook_entity_view_mode_info(). |
view_mode_test_entity_view_mode_info_alter |
modules/field_ui/tests/view_mode_test/view_mode_test.module |
Implements hook_entity_view_mode_info_alter(). |
view_mode_test_return_suggestions |
modules/field_ui/tests/view_mode_test/view_mode_test.module |
Theme registry callback. |
view_mode_test_theme_registry_alter |
modules/field_ui/tests/view_mode_test/view_mode_test.module |
Implements hook_theme_registry_alter(). |
views_access |
modules/views/views.module |
Determine if the logged in user has access to a view. |
views_add_contextual_links |
modules/views/views.module |
Adds contextual links associated with a view display to a renderable array. |
views_add_css |
modules/views/views.module |
Include views .css files. |
views_add_js |
modules/views/views.module |
Include views .js files. |
views_ajax |
modules/views/includes/ajax.inc |
Menu callback to load a view via AJAX. |