You are here

public function TestController::__construct in Heartbeat 8

File

src/Controller/TestController.php, line 44

Class

TestController
Class TestController.

Namespace

Drupal\heartbeat\Controller

Code

public function __construct(HeartbeatTypeServices $heartbeat_heartbeattype, HeartbeatStreamServices $heartbeatstream, FlagService $flag_service, EntityTypeManager $entity_type_manager, QueryFactory $entity_query) {
  $this->heartbeat_heartbeattype = $heartbeat_heartbeattype;
  $this->heartbeatStream = $heartbeatstream;
  $this->flagService = $flag_service;
  $this->entityTypeManager = $entity_type_manager;
  $this->entityQuery = $entity_query;
}