You are here

protected property GeofieldGoogleMapViewStyle::$defaultFieldLabels in Geofield Map 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/style/GeofieldGoogleMapViewStyle.php \Drupal\geofield_map\Plugin\views\style\GeofieldGoogleMapViewStyle::defaultFieldLabels

Should field labels be enabled by default.

Type: bool

Overrides StylePluginBase::$defaultFieldLabels

File

src/Plugin/views/style/GeofieldGoogleMapViewStyle.php, line 240

Class

GeofieldGoogleMapViewStyle
Style plugin to render a View output as a Leaflet map.

Namespace

Drupal\geofield_map\Plugin\views\style

Code

protected $defaultFieldLabels = TRUE;