You are here

protected property LeafletMarker::$usesFields in Leaflet 2.1.x

Same name and namespace in other branches
  1. 8 modules/leaflet_views/src/Plugin/views/row/LeafletMarker.php \Drupal\leaflet_views\Plugin\views\row\LeafletMarker::usesFields
  2. 2.0.x modules/leaflet_views/src/Plugin/views/row/LeafletMarker.php \Drupal\leaflet_views\Plugin\views\row\LeafletMarker::usesFields

Does the row plugin support to add fields to it's output.

Type: bool

Overrides RowPluginBase::$usesFields

File

modules/leaflet_views/src/Plugin/views/row/LeafletMarker.php, line 48

Class

LeafletMarker
Plugin which formats a row as a leaflet marker.

Namespace

Drupal\leaflet_views\Plugin\views\row

Code

protected $usesFields = TRUE;