You are here

protected property LeafletAjaxPopupController::$entityManager in Leaflet 2.0.x

Same name and namespace in other branches
  1. 8 modules/leaflet_views/src/Controller/LeafletAjaxPopupController.php \Drupal\leaflet_views\Controller\LeafletAjaxPopupController::entityManager
  2. 2.1.x modules/leaflet_views/src/Controller/LeafletAjaxPopupController.php \Drupal\leaflet_views\Controller\LeafletAjaxPopupController::entityManager

The Entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/leaflet_views/src/Controller/LeafletAjaxPopupController.php, line 24

Class

LeafletAjaxPopupController
Default controller for the leaflet_views_ajax_popup module.

Namespace

Drupal\leaflet_views\Controller

Code

protected $entityManager;