Contains filters are case sensitive
Name Locationsort descending Description
template_preprocess_views_ui_display_tab_setting modules/views_ui/views_ui.theme.inc
template_preprocess_views_ui_display_tab_bucket modules/views_ui/views_ui.theme.inc
template_preprocess_views_ui_display_tab_column modules/views_ui/views_ui.theme.inc
template_preprocess_views_ui_view_preview_section modules/views_ui/views_ui.theme.inc Theme preprocess for theme_views_ui_view_preview_section().
hook_views_pre_execute modules/views/views.api.php This hook is called right before the execute process. The query is now fully built, but it has not yet been run through db_rewrite_sql.
hook_views_post_render modules/views/views.api.php Post process any rendered data.
hook_views_api modules/views/views.api.php Register View API information.
hook_views_query_alter modules/views/views.api.php Alter the query before executing the query.
hook_views_data modules/views/views.api.php Describes data tables (or the equivalent) to Views.
hook_views_preview_info_alter modules/views/views.api.php Alter the information box that (optionally) appears with a view preview, including query and performance statistics.
hook_views_pre_build modules/views/views.api.php This hook is called right before the build process, but after displays are attached and the display performs its pre_execute phase.
hook_views_data_alter modules/views/views.api.php Alter table structure.
hook_views_plugins_alter modules/views/views.api.php Alter existing plugins data, defined by modules.
hook_views_plugins modules/views/views.api.php Describes plugins defined by the module.
hook_views_ui_display_top_links_alter modules/views/views.api.php This hooks allows to alter the links at the top of the view edit form. Some modules might want to add links there.
hook_views_ajax_data_alter modules/views/views.api.php This hook allows to alter the commands which are used on a views ajax request.
hook_views_invalidate_cache modules/views/views.api.php Allow modules to respond to the Views cache being invalidated.
hook_views_post_execute modules/views/views.api.php This hook is called right after the execute process. The query has been executed, but the pre_render() phase has not yet happened for handlers.
hook_views_pre_render modules/views/views.api.php This hook is called right before the render process. The query has been executed, and the pre_render() phase has already happened for handlers, so all data should be available.
hook_views_post_build modules/views/views.api.php This hook is called right after the build process. The query is now fully built, but it has not yet been run through db_rewrite_sql.
hook_views_query_substitutions modules/views/views.api.php Performs replacements in the query before being performed.
hook_views_form_substitutions modules/views/views.api.php This hook is called to get a list of placeholders and their substitutions, used when preprocessing a View with form elements.
hook_views_pre_view modules/views/views.api.php Allows altering a view at the very beginning of views processing, before anything is done.
views_update_1003 modules/views/views.install Update Views variables to use configuration files.
views_schema modules/views/views.install Implements hook_schema().
views_update_1000 modules/views/views.install Convert default views to configuration files.
views_update_1001 modules/views/views.install Convert available database views to configuration files.
views_install modules/views/views.install Implements hook_install().
views_update_1002 modules/views/views.install Drop Views tables that were converted to configuration files.
views_update_1005 modules/views/views.install Set all grid style Views to use the deprecrated table if not set already.
views_update_1006 modules/views/views.install Remove headers field from cache tables.
views_update_1004 modules/views/views.install Replace the frontpage view with promoted.
views_update_1007 modules/views/views.install Remove obsolete variable from config.
views_process_check_options modules/views/views.module #process callback to see if we need to check_plain() the options.
views_views_api modules/views/views.module Implements hook_views_api().
views_add_css modules/views/views.module Include views .css files.
views_view_has_form_elements modules/views/views.module Returns TRUE if the passed-in view contains handlers with views form implementations, FALSE otherwise.
views_move_table modules/views/views.module Find the real location of a table.
views_get_view modules/views/views.module Get a view from the database or from default views.
views_view_is_disabled modules/views/views.module Returns TRUE if a view is disabled, FALSE otherwise.
views_view_is_enabled modules/views/views.module Returns TRUE if a view is enabled, FALSE otherwise.
views_get_views_as_options modules/views/views.module Return an array of view as options array, that can be used by select, checkboxes and radios as #options.
views_autoload_info modules/views/views.module Implements hook_autoload_info().
views_get_disabled_views modules/views/views.module Returns an array of all disabled views, as fully loaded $view objects.
views_check_roles modules/views/views.module Access callback for the views_plugin_access_role access plugin.
views_set_page_view 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.
views_get_page_view modules/views/views.module Find out what, if any, page view is currently in use. Please note that this returns a reference, so be careful! You can unintentionally modify the $view object.
views_set_current_view modules/views/views.module Set the current 'current view' that is being built/rendered so that it is easy for other modules to identify.
views_get_current_view modules/views/views.module Find out what, if any, current view is currently in use. Please note that this returns a reference, so be careful! You can unintentionally modify the $view object.
views_include modules/views/views.module Include views .inc files as necessary.

Pages