You are here

public function HeartbeatFeedForm::__construct in Heartbeat 8

File

src/Form/HeartbeatFeedForm.php, line 52

Class

HeartbeatFeedForm
Class HeartbeatFeedForm.

Namespace

Drupal\heartbeat\Form

Code

public function __construct(HeartbeatService $heartbeat, HeartbeatTypeService $heartbeat_heartbeattype, HeartbeatStreamServices $heartbeatstream) {
  $this->heartbeatService = $heartbeat;
  $this->typeService = $heartbeat_heartbeattype;
  $this->streamService = $heartbeatstream;
}