You are here

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

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

Called to add the field to a query.

Overrides views_handler_field::query

File

handlers/views_handler_field_counter.inc, line 50
Definition of views_handler_field_counter.

Class

views_handler_field_counter
Field handler to show a counter of the current row.

Code

public function query() {

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