You are here

service quickedit.editor.selector in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/quickedit/quickedit.services.yml \quickedit.editor.selector

Class

Drupal\quickedit\EditorSelector
4 string references to quickedit.editor.selector
EditorIntegrationTest::testAttachments in core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php
Tests in-place editor attachments when the Editor module is present.
EditorIntegrationTest::testEditorSelection in core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php
Tests editor selection when the Editor module is present.
EditorIntegrationTest::testMetadata in core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php
Tests (custom) metadata when the formatted text editor is used.
QuickEditController::create in core/modules/quickedit/src/QuickEditController.php
Instantiates a new instance of this class.

File

core/modules/quickedit/quickedit.services.yml
core/modules/quickedit/quickedit.services.yml

View source
  1. class: Drupal\quickedit\EditorSelector
  2. arguments:
  3. - '@plugin.manager.quickedit.editor'
  4. - '@plugin.manager.field.formatter'