You are here

protected property CommonMapBase::$usesFields in Geolocation Field 8.2

Does the style plugin for itself support to add fields to its output.

This option only makes sense on style plugins without row plugins, like for example table.

Type: bool

Overrides StylePluginBase::$usesFields

File

src/Plugin/views/style/CommonMapBase.php, line 27

Class

CommonMapBase
Allow to display several field items on a common map.

Namespace

Drupal\geolocation\Plugin\views\style

Code

protected $usesFields = TRUE;