You are here

public function HeartbeatCommentForm::__construct in Heartbeat 8

File

src/Form/HeartbeatCommentForm.php, line 35

Class

HeartbeatCommentForm
Class HeartbeatCommentForm.

Namespace

Drupal\heartbeat\Form

Code

public function __construct() {
  $this->markupGenerator = new MarkupGenerator();
}