You are here

service quickedit.editor.selector in Drupal 8

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

Class

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

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'