You are here

public function FlagController::__construct in Heartbeat 8

File

src/Controller/FlagController.php, line 31

Class

FlagController
Class FlagController.

Namespace

Drupal\heartbeat\Controller

Code

public function __construct(FlagService $flag, EntityTypeManager $entity_type_manager, QueryFactory $entity_query) {
  $this->flagService = $flag;
  $this->entityTypeManager = $entity_type_manager;
  $this->entityQuery = $entity_query;
}