public function DataProviderInterface::isViewsGeoOption in Geolocation Field 8.2
Same name and namespace in other branches
- 8.3 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\geolocationCode
public function isViewsGeoOption(FieldPluginBase $views_field);