editor.services.yml

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

File

core/modules/editor/editor.services.yml

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

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
_defaults

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