You are here

function location_handler_field_location_street::construct in Location 6.3

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

File

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

Class

location_handler_field_location_street
@file Province field handler.

Code

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