You are here

public function DataProviderInterface::isViewsGeoOption in Geolocation Field 8.3

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

Determine valid views option.

Parameters

\Drupal\views\Plugin\views\field\FieldPluginBase $views_field: Views field definition.

Return value

bool Yes or no.

1 method overrides DataProviderInterface::isViewsGeoOption()
DataProviderBase::isViewsGeoOption in src/DataProviderBase.php
Determine valid views option.

File

src/DataProviderInterface.php, line 25

Class

DataProviderInterface
Defines an interface for geolocation DataProvider plugins.

Namespace

Drupal\geolocation

Code

public function isViewsGeoOption(FieldPluginBase $views_field);