Contains filters are case sensitive
Name Locationsort ascending Description
views_exposed_form_submit modules/views/views.module Submit handler for exposed filters
views_exposed_form_cache modules/views/views.module Save the Views exposed form for later use.
views_theme_functions modules/views/views.module Build a list of theme function names for use most everywhere.
views_views_query_substitutions modules/views/views.module Substitute current time; this works with cached queries.
views_query_views_alter modules/views/views.module Implements hook_query_TAG_alter().
_views_query_tag_alter_condition modules/views/views.module Replaces the substitutions recursive foreach condition.
views_embed_view modules/views/views.module Embed a view using a PHP snippet.
views_get_view_result modules/views/views.module Get the result of a view.
views_process_check_options modules/views/views.module #process callback to see if we need to check_plain() the options.
views_object_types modules/views/views.module Provide a list of views object types used in a view.
views_views_api modules/views/views.module Implements hook_views_api().
views_config_info modules/views/views.module Implements hook_config_info().
views_autoload_info modules/views/views.module Implements hook_autoload_info().
_views_tokenized_clean_css_identifier modules/views/views.module Cleans a CSS identifier, taking into account views tokenization.
views_install modules/views/views.install Implements hook_install().
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_update_1002 modules/views/views.install Drop Views tables that were converted to configuration files.
views_update_1003 modules/views/views.install Update Views variables to use configuration files.
views_update_1004 modules/views/views.install Replace the frontpage view with promoted.
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_1007 modules/views/views.install Remove obsolete variable from config.
hook_views_data modules/views/views.api.php Describes data tables (or the equivalent) to Views.
hook_views_data_alter modules/views/views.api.php Alter table structure.
hook_views_plugins modules/views/views.api.php Describes plugins defined by the module.
hook_views_plugins_alter modules/views/views.api.php Alter existing plugins data, defined by modules.
hook_views_api modules/views/views.api.php Register View API information.
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.
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_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_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_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_render modules/views/views.api.php Post process any rendered data.
hook_views_query_alter modules/views/views.api.php Alter the query before executing the query.
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_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.
theme_views_ui_view_name Deprecated modules/views_ui/views_ui.theme.inc Display the view name and its machine name.
theme_views_ui_view_description modules/views_ui/views_ui.theme.inc Display the view description, tags, and type (base table).
theme_views_ui_view_storage modules/views_ui/views_ui.theme.inc Display the storage status of the view.
theme_views_ui_reorder_displays_form modules/views_ui/views_ui.theme.inc Turn the reorder form into a proper table
theme_views_ui_rearrange_form modules/views_ui/views_ui.theme.inc Turn the rearrange form into a proper table
theme_views_ui_expose_filter_form modules/views_ui/views_ui.theme.inc Theme the expose filter form.
theme_views_ui_build_group_filter_form modules/views_ui/views_ui.theme.inc Theme the build group filter form.

Pages