1.20.x views_handler_field_counter.inc views_handler_field_counter::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/views/handlers/views_handler_field_counter.inc, line 32
Definition of views_handler_field_counter.

Class

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

Code

function query() {
  // do nothing -- to override the parent query.
}