You are here

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

Whether the display allows the use of a pager or not.

Type: bool

Overrides Attachment::$usesPager

File

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

Class

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

Namespace

Drupal\leaflet_views\Plugin\views\display

Code

protected $usesPager = FALSE;