You are here

public function GeofieldGoogleMapViewStyle::getViewEntityType in Geofield Map 8.2

Get View Entity Type.

Return value

string The entity type name.

File

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

Class

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

Namespace

Drupal\geofield_map\Plugin\views\style

Code

public function getViewEntityType() {
  return $this->entityType;
}