Name Locationsort ascending Description
views_form_views_form_submit core/modules/views/views.module Submit handler for the first step of the views form. Calls any existing views_form_submit functions located on the views fields.
views_exposed_form core/modules/views/views.module Form builder for the exposed widgets form.
views_form_views_exposed_form_alter core/modules/views/views.module Implement hook_form_alter for the exposed form.
views_exposed_form_validate core/modules/views/views.module Validate handler for exposed filters
views_exposed_form_submit core/modules/views/views.module Submit handler for exposed filters
views_exposed_form_cache core/modules/views/views.module Save the Views exposed form for later use.
views_theme_functions core/modules/views/views.module Build a list of theme function names for use most everywhere.
views_views_query_substitutions core/modules/views/views.module Substitute current time; this works with cached queries.
views_query_views_alter core/modules/views/views.module Implements hook_query_TAG_alter().
_views_query_tag_alter_condition core/modules/views/views.module Replaces the substitutions recursive foreach condition.
views_embed_view core/modules/views/views.module Embed a view using a PHP snippet.
views_get_view_result core/modules/views/views.module Get the result of a view.
views_process_check_options core/modules/views/views.module #process callback to see if we need to check_plain() the options.
views_object_types core/modules/views/views.module Provide a list of views object types used in a view.
views_views_api core/modules/views/views.module Implements hook_views_api().
views_config_info core/modules/views/views.module Implements hook_config_info().
views_autoload_info core/modules/views/views.module Implements hook_autoload_info().
views_module_implements_alter core/modules/views/views.module Implements hook_module_implements_alter().
_views_tokenized_clean_css_identifier core/modules/views/views.module Cleans a CSS identifier, taking into account views tokenization.
views_get_localization_plugin core/modules/views/views.module Load the current enabled localization plugin.
views_update_1009 core/modules/views/views.install Enable ajax history for all Views that used Views Ajax History contrib module, and disable contrib module.
views_update_1004 core/modules/views/views.install Replace the frontpage view with promoted.
views_update_1006 core/modules/views/views.install Remove headers field from cache tables.
views_install core/modules/views/views.install Implements hook_install().
views_schema core/modules/views/views.install Implements hook_schema().
views_update_1000 core/modules/views/views.install Convert default views to configuration files.
views_update_1001 core/modules/views/views.install Convert available database views to configuration files.
views_update_1002 core/modules/views/views.install Drop Views tables that were converted to configuration files.
views_update_1003 core/modules/views/views.install Update Views variables to use configuration files.
views_update_1008 core/modules/views/views.install Update all grid Views to use the backwards-compatible unresponsive option.
views_update_1005 core/modules/views/views.install Set all grid style Views to use the deprecated table if not set already.
views_update_1007 core/modules/views/views.install Remove obsolete variable from config.
hook_views_data core/modules/views/views.api.php Describes data tables (or the equivalent) to Views.
hook_views_data_alter core/modules/views/views.api.php Alter table structure.
hook_views_plugins core/modules/views/views.api.php Describes plugins defined by the module.
hook_views_plugins_alter core/modules/views/views.api.php Alter existing plugins data, defined by modules.
hook_views_api core/modules/views/views.api.php Register View API information.
hook_views_query_substitutions core/modules/views/views.api.php Performs replacements in the query before being performed.
hook_views_form_substitutions core/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 core/modules/views/views.api.php Allows altering a view at the very beginning of views processing, before anything is done.
hook_views_pre_build core/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 core/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 core/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 core/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 core/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 core/modules/views/views.api.php Post process any rendered data.
hook_views_query_alter core/modules/views/views.api.php Alter the query before executing the query.
hook_views_preview_info_alter core/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 core/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 core/modules/views/views.api.php This hook allows to alter the commands which are used on a views ajax request.

Pages