You are here

public function GeofieldProximitySourceInterface::setViewHandler in Geofield 8

Sets view handler which uses this proximity plugin.

Parameters

\Drupal\views\Plugin\views\HandlerBase $view_handler: The view handler which uses this proximity plugin.

1 method overrides GeofieldProximitySourceInterface::setViewHandler()
GeofieldProximitySourceBase::setViewHandler in src/Plugin/GeofieldProximitySourceBase.php
Sets view handler which uses this proximity plugin.

File

src/Plugin/GeofieldProximitySourceInterface.php, line 90

Class

GeofieldProximitySourceInterface
Defines an interface for Geofield Proximity Source plugins.

Namespace

Drupal\geofield\Plugin

Code

public function setViewHandler(HandlerBase $view_handler);