Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

editor.services.yml

core/modules/editor/editor.services.yml

File

core/modules/editor/editor.services.yml

View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. plugin.manager.editor:
  5. class: Drupal\editor\Plugin\EditorManager
  6. parent: default_plugin_manager
  7. element.editor:
  8. class: Drupal\editor\Element
  9. arguments: ['@plugin.manager.editor']
  10. Drupal\editor\Element: '@element.editor'
  11. editor.config_translation_mapper_subscriber:
  12. class: Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber
  13. arguments: ['@config.factory']

Services

Title Deprecated Summary
Drupal\editor\Element
editor.config_translation_mapper_subscriber Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber
element.editor Drupal\editor\Element
plugin.manager.editor Drupal\editor\Plugin\EditorManager
_defaults

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal