Search for hook_views_

Functions & methods

NameLocationDescription
hook_views_ajax_data_altercontributions/views/views.api.phpThis hook allows to alter the commands which are used on a views ajax request.
hook_views_apicontributions/views/views.api.phpRegister View API information.
hook_views_datacontributions/views/views.api.phpDescribes data tables (or the equivalent) to Views.
hook_views_data_altercontributions/views/views.api.phpAlter table structure.
hook_views_default_viewscontributions/views/views.api.phpThis hook allows modules to provide their own views which can either be used as-is or as a "starter" for users to build from.
hook_views_default_views_altercontributions/views/views.api.phpAlter default views defined by other modules.
hook_views_form_substitutionscontributions/views/views.api.phpThis hook is called to get a list of placeholders and their substitutions, used when preprocessing a View with form elements.
hook_views_pluginscontributions/views/views.api.phpDescribes plugins defined by the module.
hook_views_plugins_altercontributions/views/views.api.phpAlter existing plugins data, defined by modules.
hook_views_post_buildcontributions/views/views.api.phpThis 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_post_executecontributions/views/views.api.phpThis 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_post_rendercontributions/views/views.api.phpPost process any rendered data.
hook_views_preview_info_altercontributions/views/views.api.phpAlter the information box that (optionally) appears with a view preview, including query and performance statistics.
hook_views_pre_buildcontributions/views/views.api.phpThis hook is called right before the build process, but after displays are attached and the display performs its pre_execute phase.
hook_views_pre_executecontributions/views/views.api.phpThis 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_pre_rendercontributions/views/views.api.phpThis 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_pre_viewcontributions/views/views.api.phpAllows altering a view at the very beginning of views processing, before anything is done.
hook_views_query_altercontributions/views/views.api.phpAlter the query before executing the query.
hook_views_query_substitutionscontributions/views/views.api.phpPerforms replacements in the query before being performed.
hook_views_ui_display_top_links_altercontributions/views/views.api.phpThis hooks allows to alter the links at the top of the view edit form. Some modules might want to add links there.