You are here

protected property MarkerLayerGroup::$usesGrouping in Leaflet 2.0.x

Same name and namespace in other branches
  1. 8 modules/leaflet_views/src/Plugin/views/style/MarkerLayerGroup.php \Drupal\leaflet_views\Plugin\views\style\MarkerLayerGroup::usesGrouping
  2. 2.1.x modules/leaflet_views/src/Plugin/views/style/MarkerLayerGroup.php \Drupal\leaflet_views\Plugin\views\style\MarkerLayerGroup::usesGrouping

Does the style plugin support grouping of rows.

Type: bool

Overrides MarkerDefault::$usesGrouping

File

modules/leaflet_views/src/Plugin/views/style/MarkerLayerGroup.php, line 24

Class

MarkerLayerGroup
Style plugin to render leaflet features in layer groups.

Namespace

Drupal\leaflet_views\Plugin\views\style

Code

protected $usesGrouping = TRUE;