You are here

protected property GeofieldMapFieldTrait::$infowindowFieldTypesOptions in Geofield Map 8.2

Same name and namespace in other branches
  1. 8 src/GeofieldMapFieldTrait.php \Drupal\geofield_map\GeofieldMapFieldTrait::infowindowFieldTypesOptions

Infowindow Field Types Options.

Type: array

File

src/GeofieldMapFieldTrait.php, line 36

Class

GeofieldMapFieldTrait
Class GeofieldMapFieldTrait.

Namespace

Drupal\geofield_map

Code

protected $infowindowFieldTypesOptions = [
  'string_long',
  'string',
  'text',
  'text_long',
  "text_with_summary",
];