You are here

public function geofieldProximityPluginInterface::option_definition in Geofield 7.2

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.

1 method overrides geofieldProximityPluginInterface::option_definition()
geofieldProximityBase::option_definition in views/proximity_plugins/geofieldProximityBase.inc
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.

File

views/proximity_plugins/geofieldProximityBase.inc, line 14
Contains geofieldProximityPluginInterface and geofieldProximityBase.

Class

geofieldProximityPluginInterface
@file Contains geofieldProximityPluginInterface and geofieldProximityBase.

Code

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