Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
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
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_install drupal/core/modules/views/views.install Implements hook_install().
views_schema drupal/core/modules/views/views.install Implements hook_schema().
views_forms drupal/core/modules/views/views.module Implements hook_forms().
views_form_id drupal/core/modules/views/views.module Returns a form ID for a Views form using the name and display of the View. 1
views_element_info drupal/core/modules/views/views.module Implements hook_element_info().
views_pre_render_view_element drupal/core/modules/views/views.module View element pre render callback. 1
views_config_import_create drupal/core/modules/views/views.module Implements hook_config_import_create().
views_theme drupal/core/modules/views/views.module Implement hook_theme(). Register views theming functions.
_views_find_module_templates drupal/core/modules/views/views.module Scans a directory of a module for template files.
views_plugin_list drupal/core/modules/views/views.module Returns a list of plugins and metadata about them. 1
views_preprocess_node drupal/core/modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_preprocess_comment drupal/core/modules/views/views.module A theme preprocess function to automatically allow view-based node templates if called from a view.
views_permission drupal/core/modules/views/views.module Implement hook_permission().
views_menu drupal/core/modules/views/views.module Implement hook_menu().
views_menu_alter drupal/core/modules/views/views.module Implement hook_menu_alter().
views_arg_load drupal/core/modules/views/views.module Helper function for menu loading. This will automatically be called in order to 'load' a views argument; primarily it will be used to perform validation.
views_page drupal/core/modules/views/views.module Page callback: Displays a page view, given a name and display id. 1
views_page_alter drupal/core/modules/views/views.module Implements hook_page_alter().
views_preprocess_html drupal/core/modules/views/views.module Implements MODULE_preprocess_HOOK().
views_contextual_links_view_alter drupal/core/modules/views/views.module Implements hook_contextual_links_view_alter().
views_block_info drupal/core/modules/views/views.module Implement hook_block_info().
views_block_view drupal/core/modules/views/views.module Implement hook_block_view().
views_add_block_contextual_links drupal/core/modules/views/views.module Converts Views block content to a renderable array with contextual links. 1
views_add_contextual_links drupal/core/modules/views/views.module Adds contextual links associated with a view display to a renderable array. 3
views_language_list drupal/core/modules/views/views.module Prepares a list of language names. 3
views_cache_flush drupal/core/modules/views/views.module Implements hook_cache_flush().
views_field_create_instance drupal/core/modules/views/views.module Implements hook_field_create_instance.

Pages

Other projects