You are here

public function views_handler_field_custom::query in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_field_custom.inc \views_handler_field_custom::query()
  2. 6.2 handlers/views_handler_field_custom.inc \views_handler_field_custom::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

handlers/views_handler_field_custom.inc, line 18
Definition of views_handler_field_custom.

Class

views_handler_field_custom
A handler to provide a field that is completely custom by the administrator.

Code

public function query() {

  // Do nothing -- to override the parent query.
}