You are here

public function geofieldProximityBase::getSourceValue in Geofield 7.2

Overrides geofieldProximityPluginInterface::getSourceValue

7 methods override geofieldProximityBase::getSourceValue()
geofieldProximityContextualFilter::getSourceValue in views/proximity_plugins/geofieldProximityContextualFilter.inc
geofieldProximityCurrentUser::getSourceValue in views/proximity_plugins/geofieldProximityCurrentUser.inc
geofieldProximityEntityURL::getSourceValue in views/proximity_plugins/geofieldProximityEntityURL.inc
geofieldProximityExposedFilter::getSourceValue in views/proximity_plugins/geofieldProximityExposedFilter.inc
geofieldProximityGeocoder::getSourceValue in views/proximity_plugins/geofieldProximityGeocoder.inc

... See full list

File

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

Class

geofieldProximityBase

Code

public function getSourceValue($views_plugin) {
  return array(
    'latitude' => 0,
    'longitude' => 0,
  );
}