You are here

public function OpenlayersGeofieldWidget::getFieldDefinition in Openlayers 8.4

File

modules/openlayers_geofield/src/Plugin/Field/FieldWidget/OpenlayersGeofieldWidget.php, line 169

Class

OpenlayersGeofieldWidget
Plugin implementation of an Openlayers widget.

Namespace

Drupal\openlayers\Plugin\Field\FieldWidget

Code

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