You are here

function commerce_reports_handler_field_date::can_expose in Commerce Reporting 7.3

Determine if a handler can be exposed.

Overrides views_handler::can_expose

File

includes/views/commerce_reports_handler_field_date.inc, line 56
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 can_expose() {
  return TRUE;
}