You are here

public function geofieldProximityGeocoderWithHTML5::option_definition in IP Geolocation Views & Maps 7

All methods in geofieldProximityPluginInterface maps directly to a method in a views_handler class, expect for 'getSourceValue,' which is primarily called in the 'query' method, but also in other instances.

Overrides geofieldProximityGeocoder::option_definition

File

views/proximity_plugins/geofieldProximityGeocoderWithHTML5.inc, line 10
Contains geofieldProximityGeocoderWithHTML5.

Class

geofieldProximityGeocoderWithHTML5
@file Contains geofieldProximityGeocoderWithHTML5.

Code

public function option_definition(&$options, $views_plugin) {

  //parent::option_definition($options, $views_plugin);
  $options['geofield_proximity_with_HTML5_share_exposed'] = array(
    'default' => '',
  );
}