editor.services.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/editor/editor.services.yml
  2. 10 core/modules/editor/editor.services.yml
  3. 11.x core/modules/editor/editor.services.yml
core/modules/editor/editor.services.yml

File

core/modules/editor/editor.services.yml

View source
  1. services:
  2. plugin.manager.editor:
  3. class: Drupal\editor\Plugin\EditorManager
  4. parent: default_plugin_manager
  5. element.editor:
  6. class: Drupal\editor\Element
  7. arguments: ['@plugin.manager.editor']
  8. editor.config_translation_mapper_subscriber:
  9. class: Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber
  10. arguments: ['@config.factory']
  11. tags:
  12. - {name: event_subscriber}

Services

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.