Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
views_test_data_views_pre_execute drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc Implements hook_views_pre_execute().
views_test_data_views_post_execute drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc Implements hook_views_post_execute().
views_test_data_views_query_alter drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc Implements hook_views_query_alter().
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_invalidate_cache drupal/core/modules/views/views.api.php Allow modules to respond to the invalidation of the Views cache.
hook_views_plugins_access_alter drupal/core/modules/views/views.api.php Modify the list of available views access plugins.
hook_views_plugins_argument_default_alter drupal/core/modules/views/views.api.php Modify the list of available views default argument plugins.
hook_views_plugins_argument_validator_alter drupal/core/modules/views/views.api.php Modify the list of available views argument validation plugins.
hook_views_plugins_cache_alter drupal/core/modules/views/views.api.php Modify the list of available views cache plugins.
hook_views_plugins_display_extenders_alter drupal/core/modules/views/views.api.php Modify the list of available views display extender plugins.
hook_views_plugins_display_alter drupal/core/modules/views/views.api.php Modify the list of available views display plugins.
hook_views_plugins_exposed_form_alter drupal/core/modules/views/views.api.php Modify the list of available views exposed form plugins.
hook_views_plugins_join_alter drupal/core/modules/views/views.api.php Modify the list of available views join plugins.
hook_views_plugins_pager_alter drupal/core/modules/views/views.api.php Modify the list of available views join plugins.
hook_views_plugins_query_alter drupal/core/modules/views/views.api.php Modify the list of available views query plugins.
hook_views_plugins_row_alter drupal/core/modules/views/views.api.php Modify the list of available views row plugins.
hook_views_plugins_style_alter drupal/core/modules/views/views.api.php Modify the list of available views style plugins.
hook_views_plugins_wizard_alter drupal/core/modules/views/views.api.php Modify the list of available views wizard plugins.
views_install drupal/core/modules/views/views.install Implements hook_install().
views_schema_0 drupal/core/modules/views/views.install Provide an initial schema.
views_field_delete_instance drupal/core/modules/views/views.module Implements hook_field_delete_instance.
views_invalidate_cache drupal/core/modules/views/views.module Invalidate the views cache, forcing a rebuild on the next grab of table data. 5 1
views_set_page_view drupal/core/modules/views/views.module Set the current 'page view' that is being displayed so that it is easy for other modules or the theme to identify. 2
views_get_page_view drupal/core/modules/views/views.module Find out what, if any, page view is currently in use. 3
views_set_current_view drupal/core/modules/views/views.module Set the current 'current view' that is being built/rendered so that it is easy for other modules or items in drupal_eval to identify 3
views_get_current_view drupal/core/modules/views/views.module Find out what, if any, current view is currently in use. 1
views_hook_info drupal/core/modules/views/views.module Implements hook_hook_info().
views_library_info drupal/core/modules/views/views.module Implements hook_library_info().
views_get_handler drupal/core/modules/views/views.module Fetch a handler from the data cache. 14
views_fetch_plugin_names drupal/core/modules/views/views.module Fetch a list of all base tables available 8
views_get_plugin_definitions drupal/core/modules/views/views.module Gets all the views plugin definitions. 3
views_get_enabled_display_extenders drupal/core/modules/views/views.module Get enabled display extenders. 2
views_get_applicable_views drupal/core/modules/views/views.module Return a list of all views and display IDs that have a particular setting in their display's plugin settings. 3
views_get_all_views drupal/core/modules/views/views.module Returns an array of all views as fully loaded $view objects. 4
views_get_enabled_views drupal/core/modules/views/views.module Returns an array of all enabled views, as fully loaded $view objects. 2
views_get_disabled_views drupal/core/modules/views/views.module Returns an array of all disabled views, as fully loaded $view objects. 1
views_get_views_as_options drupal/core/modules/views/views.module Return an array of view as options array, that can be used by select, checkboxes and radios as #options. 2

Pages

Other projects