You are here

protected property GeolocationStyleBase::$usesFields in Geolocation Field 8.3

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/GeolocationStyleBase.php, line 23

Class

GeolocationStyleBase
Geolocation Style Base.

Namespace

Drupal\geolocation\Plugin\views\style

Code

protected $usesFields = TRUE;