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. autowire: true
  7. plugin.manager.editor:
  8. class: Drupal\editor\Plugin\EditorManager
  9. parent: default_plugin_manager
  10. arguments:
  11. $entityTypeManager: '@entity_type.manager'
  12. element.editor:
  13. class: Drupal\editor\Element
  14. arguments: ['@plugin.manager.editor', '@module_handler']
  15. Drupal\editor\Element: '@element.editor'
  16. editor.config_translation_mapper_subscriber:
  17. class: Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber
  18. Drupal\editor\EditorImageUploadSettings: ~

Services

Title Deprecated Summary
Drupal\editor\EditorImageUploadSettings
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.