You are here

function location_handler_field_location_province::construct in Location 7.4

Same name and namespace in other branches
  1. 6.3 handlers/location_handler_field_location_province.inc \location_handler_field_location_province::construct()
  2. 7.5 handlers/location_handler_field_location_province.inc \location_handler_field_location_province::construct()
  3. 7.3 handlers/location_handler_field_location_province.inc \location_handler_field_location_province::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

handlers/location_handler_field_location_province.inc, line 10
Province field handler.

Class

location_handler_field_location_province
@file Province field handler.

Code

function construct() {
  parent::construct();
  $this->additional_fields = array(
    'country' => 'country',
  );
}