You are here

function commerce_reports_handler_field_date::getInterval in Commerce Reporting 7.3

2 calls to commerce_reports_handler_field_date::getInterval()
commerce_reports_handler_field_date::post_execute in includes/views/commerce_reports_handler_field_date.inc
Interpolates the missing dates linearly.
commerce_reports_handler_field_date::query in includes/views/commerce_reports_handler_field_date.inc
Adds the date to the query. Adds GROUP BY and ORDER BY clause.

File

includes/views/commerce_reports_handler_field_date.inc, line 190
Views field handler for the created date on orders.

Class

commerce_reports_handler_field_date
@file Views field handler for the created date on orders.

Code

function getInterval() {
  return $this->granularities[$this
    ->getFormat()]['interval'];
}