You are here

protected property LeafletAttachment::$usesAreas in Leaflet 8

Same name and namespace in other branches
  1. 2.1.x modules/leaflet_views/src/Plugin/views/display/LeafletAttachment.php \Drupal\leaflet_views\Plugin\views\display\LeafletAttachment::usesAreas
  2. 2.0.x modules/leaflet_views/src/Plugin/views/display/LeafletAttachment.php \Drupal\leaflet_views\Plugin\views\display\LeafletAttachment::usesAreas

Whether the display allows area plugins.

Type: bool

Overrides DisplayPluginBase::$usesAreas

File

modules/leaflet_views/src/Plugin/views/display/LeafletAttachment.php, line 44

Class

LeafletAttachment
Plugin attachment of additional leaflet features to leaflet map views.

Namespace

Drupal\leaflet_views\Plugin\views\display

Code

protected $usesAreas = FALSE;