You are here

Functions in Views (for Drupal 7) 8.3

Primary tabs

Namesort descending Location Description Direct uses Strings
aggregator_views_data modules/aggregator.views.inc Implements hook_views_data().
book_views_data modules/book.views.inc Implements hook_views_data().
comment_views_data modules/comment.views.inc Implements hook_views_data().
comment_views_data_alter modules/comment.views.inc Use views_data_alter to add items to the node table that are relevant to comments.
contact_views_data_alter modules/contact.views.inc Implements hook_views_data_alter().
field_views_data modules/field.views.inc Implements hook_views_data().
field_views_data_alter modules/field.views.inc Implements hook_views_data_alter().
field_views_field_default_views_data modules/field.views.inc Default views data implementation for a field. 5
field_views_field_label modules/field.views.inc Returns the label of a certain field. 4
file_field_views_data modules/file.views.inc Implements hook_field_views_data().
file_field_views_data_views_data_alter modules/file.views.inc Implements hook_field_views_data_views_data_alter().
file_views_data modules/file.views.inc Implements hook_views_data().
filter_views_data modules/filter.views.inc Implements hook_views_data().
hook_views_ajax_data_alter ./views.api.php Alter the commands used on a Views AJAX request.
hook_views_data ./views.api.php Describe data tables (or the equivalent) to Views.
hook_views_data_alter ./views.api.php Alter the table structure defined by hook_views_data().
hook_views_form_substitutions ./views.api.php Replace special strings when processing a view with form elements.
hook_views_invalidate_cache ./views.api.php Allow modules to respond to the invalidation of the Views cache.
hook_views_post_build ./views.api.php Act on the view immediately after the query is built.
hook_views_post_execute ./views.api.php Act on the view immediately after the query has been executed.
hook_views_post_render ./views.api.php Post-process any rendered data.
hook_views_preview_info_alter ./views.api.php Alter the view preview information.
hook_views_pre_build ./views.api.php Act on the view before the query is built, but after displays are attached.
hook_views_pre_execute ./views.api.php Act on the view after the query is built and just before it is executed.
hook_views_pre_render ./views.api.php Act on the view immediately before rendering it.
hook_views_pre_view ./views.api.php Alter a view at the very beginning of Views processing.
hook_views_query_alter ./views.api.php Alter the query before it is executed.
hook_views_query_substitutions ./views.api.php Replace special strings in the query before it is executed.
hook_views_ui_display_top_links_alter ./views.api.php Alter the links displayed at the top of the view edit form.
image_field_views_data modules/image.views.inc Implements hook_field_views_data().
image_field_views_data_views_data_alter modules/image.views.inc Implements hook_field_views_data_views_data_alter().
language_views_data modules/language.views.inc Implements hook_views_data().
list_field_views_data modules/field.views.inc Have a different filter handler for lists. This should allow to select values of the list.
locale_views_data modules/locale.views.inc Implements hook_views_data().
node_row_node_view_preprocess_node modules/node.views.inc Implements hook_preprocess_node(). 1
node_views_analyze modules/node.views.inc Implements hook_views_analyze().
node_views_data modules/node.views.inc Implements hook_views_data().
node_views_query_substitutions modules/node.views.inc Implements hook_views_query_substitutions().
node_views_wizard modules/node.views.inc Implements hook_views_wizard().
poll_views_data modules/poll.views.inc Implements hook_views_data().
search_views_data modules/search.views.inc Implements hook_views_data().
statistics_views_data modules/statistics.views.inc Implements hook_views_data().
taxonomy_field_views_data modules/taxonomy.views.inc Implements hook_field_views_data().
taxonomy_field_views_data_views_data_alter modules/taxonomy.views.inc Implements hook_field_views_data_views_data_alter().
taxonomy_views_data modules/taxonomy.views.inc Implements hook_views_data().
taxonomy_views_data_alter modules/taxonomy.views.inc Implements hook_views_data_alter().
template_preprocess_views_exposed_form theme/theme.inc Default theme function for all filter forms.
template_preprocess_views_ui_display_tab_bucket views_ui/theme/theme.inc
template_preprocess_views_ui_display_tab_setting views_ui/theme/theme.inc
template_preprocess_views_ui_view_info views_ui/theme/theme.inc Implements hook_preprocess_HOOK() for theme_views_ui_view_info().

Pages

Other projects