You are here

public function DataProviderInterface::setViewsField in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 src/DataProviderInterface.php \Drupal\geolocation\DataProviderInterface::setViewsField()

Set views field.

Parameters

\Drupal\views\Plugin\views\field\FieldPluginBase $viewsField: Views field.

1 method overrides DataProviderInterface::setViewsField()
DataProviderBase::setViewsField in src/DataProviderBase.php
Set views field.

File

src/DataProviderInterface.php, line 105

Class

DataProviderInterface
Defines an interface for geolocation DataProvider plugins.

Namespace

Drupal\geolocation

Code

public function setViewsField(FieldPluginBase $viewsField);