You are here

public function GeofieldGoogleMapViewStyle::getViewFields in Geofield Map 8.2

Get the defined list of Fields added to the View.

Return value

array The list of Fields names.

File

src/Plugin/views/style/GeofieldGoogleMapViewStyle.php, line 1098

Class

GeofieldGoogleMapViewStyle
Style plugin to render a View output as a Leaflet map.

Namespace

Drupal\geofield_map\Plugin\views\style

Code

public function getViewFields() {
  return $this->viewFields;
}