You are here

public property GeofieldLatLonWidget::$components in Geofield 8

Lat Lon widget components.

Type: array

File

src/Plugin/Field/FieldWidget/GeofieldLatLonWidget.php, line 26

Class

GeofieldLatLonWidget
Plugin implementation of the 'geofield_latlon' widget.

Namespace

Drupal\geofield\Plugin\Field\FieldWidget

Code

public $components = [
  'lon',
  'lat',
];