You are here

public function GeofieldGoogleMapViewStyle::getEntityFieldManager in Geofield Map 8.2

Returns the Entity Field manager service property.

Return value

\Drupal\Core\Entity\EntityFieldManagerInterface The Entity Field manager service property.

File

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

Class

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

Namespace

Drupal\geofield_map\Plugin\views\style

Code

public function getEntityFieldManager() {
  return $this->entityFieldManager;
}