Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
_views_array_filter_zero drupal/core/modules/views/views.module Filter by no empty values, though allow to use "0". 1
views_array_key_plus drupal/core/modules/views/views.module Adds one to each key of the array. 1
views_config_import_delete drupal/core/modules/views/views.module Implements hook_config_import_delete().
views_install drupal/core/modules/views/views.install Implements hook_install().
views_schema drupal/core/modules/views/views.install Implements hook_schema().
hook_views_data drupal/core/modules/views/views.api.php Describe data tables (or the equivalent) to Views.
hook_views_data_alter drupal/core/modules/views/views.api.php Alter the table structure defined by hook_views_data().
hook_views_query_substitutions drupal/core/modules/views/views.api.php Replace special strings in the query before it is executed.
hook_views_form_substitutions drupal/core/modules/views/views.api.php Replace special strings when processing a view with form elements.
hook_views_pre_view drupal/core/modules/views/views.api.php Alter a view at the very beginning of Views processing.
hook_views_pre_build drupal/core/modules/views/views.api.php Act on the view before the query is built, but after displays are attached.
hook_views_post_build drupal/core/modules/views/views.api.php Act on the view immediately after the query is built.
hook_views_pre_execute drupal/core/modules/views/views.api.php Act on the view after the query is built and just before it is executed.
hook_views_post_execute drupal/core/modules/views/views.api.php Act on the view immediately after the query has been executed.
hook_views_pre_render drupal/core/modules/views/views.api.php Act on the view immediately before rendering it.
hook_views_post_render drupal/core/modules/views/views.api.php Post-process any rendered data.
hook_views_query_alter drupal/core/modules/views/views.api.php Alter the query before it is executed.
hook_views_preview_info_alter drupal/core/modules/views/views.api.php Alter the view preview information.
hook_views_ui_display_top_links_alter drupal/core/modules/views/views.api.php Alter the links displayed at the top of the view edit form.
hook_views_ajax_data_alter drupal/core/modules/views/views.api.php Alter the commands used on a Views AJAX request.
hook_views_invalidate_cache drupal/core/modules/views/views.api.php Allow modules to respond to the invalidation of the Views cache.
_views_theme_functions drupal/core/modules/views/theme/theme.inc Provide a full array of possible themes to try for a given hook. 1
template_preprocess_views_view drupal/core/modules/views/theme/theme.inc Preprocess the primary theme implementation for a view.
template_preprocess_views_view_fields drupal/core/modules/views/theme/theme.inc Preprocess theme function to print a single record from a row, with fields
theme_views_view_grouping drupal/core/modules/views/theme/theme.inc Display a single views grouping.
template_preprocess_views_view_grouping drupal/core/modules/views/theme/theme.inc Process a single grouping within a view.
theme_views_view_field drupal/core/modules/views/theme/theme.inc Display a single views field.
template_preprocess_views_view_field drupal/core/modules/views/theme/theme.inc Process a single field within a view.
template_preprocess_views_view_summary drupal/core/modules/views/theme/theme.inc Preprocess theme function to print a single record from a row, with fields
template_preprocess_views_view_summary_unformatted drupal/core/modules/views/theme/theme.inc Template preprocess theme function to print summary basically unformatted.
template_preprocess_views_view_table drupal/core/modules/views/theme/theme.inc Display a view as a table style.
template_preprocess_views_view_grid drupal/core/modules/views/theme/theme.inc Display a view as a grid style.
template_preprocess_views_view_unformatted drupal/core/modules/views/theme/theme.inc Display the simple view of rows one after another 1
template_preprocess_views_view_list drupal/core/modules/views/theme/theme.inc Display the view as an HTML list element
template_preprocess_views_view_rss drupal/core/modules/views/theme/theme.inc Preprocess an RSS feed
template_preprocess_views_view_row_rss drupal/core/modules/views/theme/theme.inc Default theme function for all RSS rows.
template_preprocess_views_exposed_form drupal/core/modules/views/theme/theme.inc Default theme function for all filter forms.
theme_views_form_views_form drupal/core/modules/views/theme/theme.inc Theme function for a View with form elements: replace the placeholders.
theme_views_mini_pager drupal/core/modules/views/theme/theme.inc
views_test_data_permission drupal/core/modules/views/tests/views_test_data/views_test_data.module Implements hook_permission().
views_test_data_views_data drupal/core/modules/views/tests/views_test_data/views_test_data.module Implements hook_views_data(). 1
views_test_data_test_static_access_callback drupal/core/modules/views/tests/views_test_data/views_test_data.module 2
views_test_data_test_dynamic_access_callback drupal/core/modules/views/tests/views_test_data/views_test_data.module 2
views_test_data_handler_test_access_callback drupal/core/modules/views/tests/views_test_data/views_test_data.module 1
views_test_data_handler_test_access_callback_argument drupal/core/modules/views/tests/views_test_data/views_test_data.module Access callback with an argument for the generic handler test. 1
views_test_data_views_pre_render drupal/core/modules/views/tests/views_test_data/views_test_data.module Implements hook_views_pre_render().
views_test_data_views_post_build drupal/core/modules/views/tests/views_test_data/views_test_data.module Implements hook_views_post_build().
template_preprocess_views_view_mapping_test drupal/core/modules/views/tests/views_test_data/views_test_data.module Implements hook_preprocess_HOOK() for theme_views_view_mapping_test().
theme_views_view_mapping_test drupal/core/modules/views/tests/views_test_data/views_test_data.module Returns HTML for the Mapping Test style.
views_test_data_menu drupal/core/modules/views/tests/views_test_data/views_test_data.module Implements hook_menu().

Pages

Other projects