You are here

protected property LeafletAttachment::$usesMore 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::usesMore
  2. 2.0.x modules/leaflet_views/src/Plugin/views/display/LeafletAttachment.php \Drupal\leaflet_views\Plugin\views\display\LeafletAttachment::usesMore

Whether the display allows the use of a 'more' link or not.

Type: bool

Overrides DisplayPluginBase::$usesMore

File

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

Class

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

Namespace

Drupal\leaflet_views\Plugin\views\display

Code

protected $usesMore = FALSE;