You are here

public function GeofieldProximitySourceInterface::setOrigin in Geofield 8

Sets the proximity distance origin.

Parameters

array $origin: The proximity distance origin.

1 method overrides GeofieldProximitySourceInterface::setOrigin()
GeofieldProximitySourceBase::setOrigin in src/Plugin/GeofieldProximitySourceBase.php
Sets the proximity distance origin.

File

src/Plugin/GeofieldProximitySourceInterface.php, line 137

Class

GeofieldProximitySourceInterface
Defines an interface for Geofield Proximity Source plugins.

Namespace

Drupal\geofield\Plugin

Code

public function setOrigin(array $origin);