You are here

function views_plugin_query::alter in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_query.inc \views_plugin_query::alter()

Let modules modify the query just prior to finalizing it.

Parameters

view $view: The view which is executed.

1 method overrides views_plugin_query::alter()
views_plugin_query_default::alter in plugins/views_plugin_query_default.inc
Let modules modify the query just prior to finalizing it.

File

plugins/views_plugin_query.inc, line 40
Defines the base query class, which is the underlying layer in a View.

Class

views_plugin_query
Object used to create a SELECT query.

Code

function alter(&$view) {
}