You are here

public function OpenlayersGeolocationWidget::getFieldDefinition in Openlayers 8.4

File

modules/openlayers_geolocation/src/Plugin/Field/FieldWidget/OpenlayersGeolocationWidget.php, line 180

Class

OpenlayersGeolocationWidget
Plugin implementation of an Openlayers widget.

Namespace

Drupal\openlayers\Plugin\Field\FieldWidget

Code

public function getFieldDefinition() {
  return $this->fieldDefinition;
}