You are here

public function GeofieldMapAjaxPopupController::__construct in Geofield Map 8.2

Constructs a new GeofieldMapAjaxPopupController object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_manager: The entity manager.

\Drupal\Core\Render\RendererInterface $renderer: The renderer.

File

src/Controller/GeofieldMapAjaxPopupController.php, line 41

Class

GeofieldMapAjaxPopupController
Default controller for the leaflet_views_ajax_popup module.

Namespace

Drupal\geofield_map\Controller

Code

public function __construct(EntityTypeManagerInterface $entity_manager, RendererInterface $renderer) {
  $this->entityManager = $entity_manager;
  $this->renderer = $renderer;
}