editor.services.yml
Same filename in other branches
File
-
core/
modules/ editor/ editor.services.yml
View source
- parameters:
- editor.hooks_converted: true
-
- services:
- _defaults:
- autoconfigure: true
- plugin.manager.editor:
- class: Drupal\editor\Plugin\EditorManager
- parent: default_plugin_manager
- element.editor:
- class: Drupal\editor\Element
- arguments: ['@plugin.manager.editor']
- Drupal\editor\Element: '@element.editor'
- editor.config_translation_mapper_subscriber:
- class: Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber
- 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 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.