1 views_handler_field_counter.inc views_handler_field_counter::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

core/modules/views/handlers/views_handler_field_counter.inc, line 31
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.
}