You are here

public function geofieldProximityBase::options_form in Geofield 7.2

Overrides geofieldProximityPluginInterface::options_form

5 methods override geofieldProximityBase::options_form()
geofieldProximityCurrentUser::options_form in views/proximity_plugins/geofieldProximityCurrentUser.inc
geofieldProximityEntityURL::options_form in views/proximity_plugins/geofieldProximityEntityURL.inc
geofieldProximityGeocoder::options_form in views/proximity_plugins/geofieldProximityGeocoder.inc
geofieldProximityManual::options_form in views/proximity_plugins/geofieldProximityManual.inc
geofieldProximityOtherGeofield::options_form in views/proximity_plugins/geofieldProximityOtherGeofield.inc

File

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

Class

geofieldProximityBase

Code

public function options_form(&$form, &$form_state, $views_plugin) {
}