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\FormCode
public function __construct(EditorNoteHelperService $editorNoteHelper) {
$this->editorNoteHelper = $editorNoteHelper;
}