public function LoopThroughViewResultController::__construct in Business Rules 8
Same name and namespace in other branches
- 2.x 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\ControllerCode
public function __construct(ContainerInterface $container) {
$this->entityTypeManager = $container
->get('entity_type.manager');
}