Same name and namespace in other branches
  1. 7.x-3.x views.api.php \hook_views_query_alter()

Stub hook documentation

This hook should be placed in MODULENAME.views.inc and it will be auto-loaded. This must either be in the same directory as the .module file or in a subdirectory named 'includes'.

Related topics

File

docs/docs.php, line 726
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.

Code

function hook_views_query_alter(&$view, &$query) {

  // example code here
}