You are here

public function LoopThroughViewResultController::__construct in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Controller/LoopThroughViewResultController.php \Drupal\business_rules\Controller\LoopThroughViewResultController::__construct()

File

src/Controller/LoopThroughViewResultController.php, line 84

Class

LoopThroughViewResultController
Class LoopThroughViewResultController.

Namespace

Drupal\business_rules\Controller

Code

public function __construct(ContainerInterface $container) {
  $this->entityTypeManager = $container
    ->get('entity_type.manager');
}