You are here

service editor_note.helper in Editor Notes 8

Class

Drupal\editor_note\EditorNoteHelperService
5 string references to editor_note.helper
ConfirmDeleteEditorNoteForm::create in src/Form/ConfirmDeleteEditorNoteForm.php
Instantiates a new instance of this class.
EditorNoteTableFormatter::create in src/Plugin/Field/FieldFormatter/EditorNoteTableFormatter.php
Creates an instance of the plugin.
EditorNoteWidget::create in src/Plugin/Field/FieldWidget/EditorNoteWidget.php
Creates an instance of the plugin.
EntityHook::create in src/Hook/EntityHook.php
Instantiates a new instance of this class.
ModalForm::create in src/Form/ModalForm.php
Instantiates a new instance of this class.

File

./editor_note.services.yml
editor_note.services.yml

View source
  1. class: Drupal\editor_note\EditorNoteHelperService
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@date.formatter'
  5. - '@database'
  6. - '@current_user'
  7. - '@module_handler'