Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
views_test_data_element_form drupal/core/modules/views/tests/views_test_data/views_test_data.module Simple form page callback to test the view element. 2
views_test_data_schema drupal/core/modules/views/tests/views_test_data/views_test_data.install Implements hook_schema(). 1
views_test_data_install drupal/core/modules/views/tests/views_test_data/views_test_data.install Implements hook_install().
_views_fetch_data drupal/core/modules/views/includes/cache.inc Fetch Views' data from the cache. 1
_views_fetch_data_build drupal/core/modules/views/includes/cache.inc Build, set the views data cache if empty and return the views data. 1
_views_data_process_entity_types drupal/core/modules/views/includes/cache.inc Links tables having an 'entity type' specified to the respective generic entity-type tables. 1
views_cache_set drupal/core/modules/views/includes/cache.inc Set a cached item in the views cache. 3
views_cache_get drupal/core/modules/views/includes/cache.inc Return data from the persistent views cache. 3
views_ajax drupal/core/modules/views/includes/ajax.inc Menu callback to load a view via AJAX. 1
views_ajax_command_set_form drupal/core/modules/views/includes/ajax.inc Creates a Drupal AJAX 'viewsSetForm' command. 2
views_ajax_command_dismiss_form drupal/core/modules/views/includes/ajax.inc Creates a Drupal AJAX 'viewsDismissForm' command. 1
views_ajax_command_hilite drupal/core/modules/views/includes/ajax.inc Creates a Drupal AJAX 'viewsHilite' command. 1
views_ajax_command_add_tab drupal/core/modules/views/includes/ajax.inc Creates a Drupal AJAX 'addTab' command.
views_ajax_command_scroll_top drupal/core/modules/views/includes/ajax.inc Scroll to top of the current view. 1
views_ajax_command_show_buttons drupal/core/modules/views/includes/ajax.inc Shows Save and Cancel buttons. 1
views_ajax_command_trigger_preview drupal/core/modules/views/includes/ajax.inc Trigger the Views live preview. 1
views_ajax_command_replace_title drupal/core/modules/views/includes/ajax.inc Replace the page title. 1
views_ajax_error drupal/core/modules/views/includes/ajax.inc Return an AJAX error. 5
views_ajax_form_wrapper drupal/core/modules/views/includes/ajax.inc Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client. 1
views_ajax_autocomplete_user drupal/core/modules/views/includes/ajax.inc Page callback for views user autocomplete. 1 1
views_ajax_autocomplete_taxonomy drupal/core/modules/views/includes/ajax.inc Page callback for views taxonomy autocomplete. 1
user_views_data drupal/core/modules/user/user.views.inc Implements hook_views_data().
user_views_query_substitutions drupal/core/modules/user/user.views.inc Allow replacement of current userid so we can cache these queries
user_token_info drupal/core/modules/user/user.tokens.inc Implements hook_token_info().
user_tokens drupal/core/modules/user/user.tokens.inc Implements hook_tokens().
user_autocomplete drupal/core/modules/user/user.pages.inc Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. 1
user_pass drupal/core/modules/user/user.pages.inc Form builder; Request a password reset. 1
user_pass_validate drupal/core/modules/user/user.pages.inc
user_pass_submit drupal/core/modules/user/user.pages.inc
user_pass_reset drupal/core/modules/user/user.pages.inc Menu callback; process one time login link and redirects to the user page on success. 1
user_logout drupal/core/modules/user/user.pages.inc Menu callback; logs the current user out, and redirects to the home page. 1 1
template_preprocess_user_profile drupal/core/modules/user/user.pages.inc Process variables for user-profile.tpl.php.
user_edit_cancel_submit drupal/core/modules/user/user.pages.inc Submit function for the 'Cancel account' button on the user edit form. 1
user_cancel_confirm_form drupal/core/modules/user/user.pages.inc Form builder; confirm form for cancelling user account. 1
user_cancel_confirm_form_submit drupal/core/modules/user/user.pages.inc Submit handler for the account cancellation confirm form. 1
user_cancel_methods drupal/core/modules/user/user.pages.inc Helper function to return available account cancellation methods. 3
user_cancel_confirm drupal/core/modules/user/user.pages.inc Menu callback; Cancel a user account via e-mail confirmation link. 1
user_page drupal/core/modules/user/user.pages.inc Access callback for path /user. 1
user_password drupal/core/modules/user/user.module Generate a random alphanumeric password. 8
user_role_permissions drupal/core/modules/user/user.module Determine the permissions for one or more roles. 2 5
user_access drupal/core/modules/user/user.module Determine whether the user has a given privilege. 168 18
user_is_blocked drupal/core/modules/user/user.module Checks for usernames blocked by user administration. 1
user_permission drupal/core/modules/user/user.module Implements hook_permission().
user_search_info drupal/core/modules/user/user.module Implements hook_search_info().
user_search_access drupal/core/modules/user/user.module Implements hook_search_access().
user_search_execute drupal/core/modules/user/user.module Implements hook_search_execute().
user_user_view drupal/core/modules/user/user.module Implements hook_user_view().
_user_language_selector_langcode_value drupal/core/modules/user/user.module Sets the value of the user register and profile forms' langcode element. 1
user_validate_current_pass drupal/core/modules/user/user.module Form validation handler for the current password on the user account form. 2
user_block_info drupal/core/modules/user/user.module Implements hook_block_info().

Pages

Other projects