editor.services.yml
Same filename in other branches
File
-
core/
modules/ editor/ editor.services.yml
View source
- services:
- plugin.manager.editor:
- class: Drupal\editor\Plugin\EditorManager
- parent: default_plugin_manager
- element.editor:
- class: Drupal\editor\Element
- arguments: ['@plugin.manager.editor']
- editor.config_translation_mapper_subscriber:
- class: Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber
- arguments: ['@config.factory']
- tags:
- - {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.