You are here

function views_handler_cumulative_field::query in Views Cumulative Field 7

Perform any database or cache data retrieval here. In this example there is none.

Overrides views_handler_field::query

File

includes/views_handler_cumulative_field.inc, line 22
Custom views handler definition.

Class

views_handler_cumulative_field
Custom handler class.

Code

function query() {
  $this->additional_fields['cumulative_field_data'] = 0;
}