You are here

public function geofieldProximityBase::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.

Overrides geofieldProximityPluginInterface::option_definition

5 methods override geofieldProximityBase::option_definition()
geofieldProximityCurrentUser::option_definition in views/proximity_plugins/geofieldProximityCurrentUser.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.
geofieldProximityEntityURL::option_definition in views/proximity_plugins/geofieldProximityEntityURL.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.
geofieldProximityGeocoder::option_definition in views/proximity_plugins/geofieldProximityGeocoder.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.
geofieldProximityManual::option_definition in views/proximity_plugins/geofieldProximityManual.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.
geofieldProximityOtherGeofield::option_definition in views/proximity_plugins/geofieldProximityOtherGeofield.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 23
Contains geofieldProximityPluginInterface and geofieldProximityBase.

Class

geofieldProximityBase

Code

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