You are here

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

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/bat_unit/views/bat_type_handler_type_revision_status_field.inc, line 17
Contains a Views field handler to take care of displaying the correct label for unit bundles.

Class

bat_type_handler_type_revision_status_field

Code

public function construct() {
  parent::construct();
  $this->additional_fields['type_id'] = 'type_id';
  $this->additional_fields['revision_id'] = 'revision_id';
}