public static function GeofieldItem::defaultFieldSettings in Geofield 8
Defines the field-level settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides FieldItemBase::defaultFieldSettings
File
- src/
Plugin/ Field/ FieldType/ GeofieldItem.php, line 38
Class
- GeofieldItem
- Plugin implementation of the 'geofield' field type.
Namespace
Drupal\geofield\Plugin\Field\FieldTypeCode
public static function defaultFieldSettings() {
return [] + parent::defaultFieldSettings();
}