You are here

public function bat_event_handler_date_field::construct in Booking and Availability Management Tools for Drupal 7

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/bat_event/views/bat_event_handler_date_field.inc, line 18
A extension of the views date handler to allow for some data transformations.

Class

bat_event_handler_date_field

Code

public function construct() {
  parent::construct();
}