Search for hook_views_
- Search 7.x for hook_views_
- Search 9.5.x for hook_views_
- Search 8.9.x for hook_views_
- Search 10.3.x for hook_views_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
hook_views_analyze | function | core/ |
Analyze a view to provide warnings about its configuration. |
hook_views_data | function | core/ |
Describe data tables and fields (or the equivalent) to Views. |
hook_views_data_alter | function | core/ |
Alter the table and field information from hook_views_data(). |
hook_views_form_substitutions | function | core/ |
Replace special strings when processing a view with form elements. |
hook_views_invalidate_cache | function | core/ |
Allow modules to respond to the invalidation of the Views cache. |
hook_views_plugins_access_alter | function | core/ |
Modify the list of available views access plugins. |
hook_views_plugins_area_alter | function | core/ |
Modify the list of available views area handler plugins. |
hook_views_plugins_argument_alter | function | core/ |
Modify the list of available views argument handler plugins. |
hook_views_plugins_argument_default_alter | function | core/ |
Modify the list of available views default argument plugins. |
hook_views_plugins_argument_validator_alter | function | core/ |
Modify the list of available views argument validation plugins. |
hook_views_plugins_cache_alter | function | core/ |
Modify the list of available views cache plugins. |
hook_views_plugins_display_alter | function | core/ |
Modify the list of available views display plugins. |
hook_views_plugins_display_extenders_alter | function | core/ |
Modify the list of available views display extender plugins. |
hook_views_plugins_exposed_form_alter | function | core/ |
Modify the list of available views exposed form plugins. |
hook_views_plugins_field_alter | function | core/ |
Modify the list of available views field handler plugins. |
hook_views_plugins_filter_alter | function | core/ |
Modify the list of available views filter handler plugins. |
hook_views_plugins_join_alter | function | core/ |
Modify the list of available views join plugins. |
hook_views_plugins_pager_alter | function | core/ |
Modify the list of available views pager plugins. |
hook_views_plugins_query_alter | function | core/ |
Modify the list of available views query plugins. |
hook_views_plugins_relationship_alter | function | core/ |
Modify the list of available views relationship handler plugins. |
hook_views_plugins_row_alter | function | core/ |
Modify the list of available views row plugins. |
hook_views_plugins_sort_alter | function | core/ |
Modify the list of available views sort handler plugins. |
hook_views_plugins_style_alter | function | core/ |
Modify the list of available views style plugins. |
hook_views_plugins_wizard_alter | function | core/ |
Modify the list of available views wizard plugins. |
hook_views_post_build | function | core/ |
Act on the view immediately after the query is built. |
hook_views_post_execute | function | core/ |
Act on the view immediately after the query has been executed. |
hook_views_post_render | function | core/ |
Post-process any render data. |
hook_views_preview_info_alter | function | core/ |
Alter the view preview information. |
hook_views_pre_build | function | core/ |
Act on the view before the query is built, but after displays are attached. |
hook_views_pre_execute | function | core/ |
Act on the view after the query is built and just before it is executed. |
hook_views_pre_render | function | core/ |
Act on the view immediately before rendering it. |
hook_views_pre_view | function | core/ |
Alter a view at the very beginning of Views processing. |
hook_views_query_alter | function | core/ |
Alter the query before it is executed. |
hook_views_query_substitutions | function | core/ |
Replace special strings in the query before it is executed. |
hook_views_ui_display_tab_alter | function | core/ |
Alter the renderable array representing the edit page for one display. |
hook_views_ui_display_top_alter | function | core/ |
Alter the top of the display for the Views UI. |
hook_views_ui_display_top_links_alter | function | core/ |
Alter the links displayed at the top of the view edit form. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.