You are here

public function ConfirmDeleteEditorNoteForm::__construct in Editor Notes 8

Form constructor.

Parameters

\Drupal\editor_note\EditorNoteHelperService $editorNoteHelper: Editor note helpers.

File

src/Form/ConfirmDeleteEditorNoteForm.php, line 38

Class

ConfirmDeleteEditorNoteForm
Class ConfirmDeleteEditorNoteForm.

Namespace

Drupal\editor_note\Form

Code

public function __construct(EditorNoteHelperService $editorNoteHelper) {
  $this->editorNoteHelper = $editorNoteHelper;
}