You are here

function getlocations_fields_handler_field_wkt::construct in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_fields/handlers/getlocations_fields_handler_field_wkt.inc \getlocations_fields_handler_field_wkt::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/getlocations_fields/handlers/getlocations_fields_handler_field_wkt.inc, line 13
getlocations_fields_handler_field_coordinates.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Class

getlocations_fields_handler_field_wkt
@file getlocations_fields_handler_field_coordinates.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

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