Functions

docs/views.api.php File Reference

This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner. More...

Go to the source code of this file.

Functions

 hook_views_data ()
 Describe table structure to Views.
 hook_views_data_alter (&$data)
 Alter table structure.
 hook_views_plugins ()
 The full documentation for this hook is now in the advanced help.
 hook_views_plugins_alter (&$plugins)
 Alter existing plugins data, defined by modules.
 hook_views_api ()
 Register View API information.
 hook_views_default_views ()
 This 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_alter (&$views)
 Alter default views defined by other modules.
 hook_views_query_substitutions ()
 Stub hook documentation.
 hook_views_form_substitutions ()
 This hook is called to get a list of placeholders and their substitutions, used when preprocessing a View with form elements.
 hook_views_form_validate ($form, &$form_state)
 Views form (View with form elements) validate handler.
 hook_views_form_submit ($form, &$form_state)
 Views form (View with form elements) submit handler.
 hook_views_pre_view (&$view, &$display_id, &$args)
 This hook is called at the very beginning of views processing, before anything is done.
 hook_views_pre_build (&$view)
 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 (&$view)
 This hook is called right after the build process.
 hook_views_pre_execute (&$view)
 This hook is called right before the execute process.
 hook_views_post_execute (&$view)
 This hook is called right after the execute process.
 hook_views_pre_render (&$view)
 This hook is called right before the render process.
 hook_views_post_render (&$view, &$output, &$cache)
 Post process any rendered data.
 hook_views_query_alter (&$view, &$query)
 Stub hook documentation.
 hook_views_preview_info_alter (&$rows, $view)
 This hook should be placed in MODULENAME.views.inc and it will be auto-loaded.
 hook_views_ui_display_top_links_alter (&$links, $view, $display_id)
 This hooks allows to alter the links at the top of the view edit form.
 hook_views_ajax_data_alter (&$commands, $view)
 This hook allows to alter the commands which are used on a views ajax request.

Detailed Description

This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Definition in file views.api.php.