ckeditor5.services.yml
Same filename in other branches
File
-
core/
modules/ ckeditor5/ ckeditor5.services.yml
View source
- services:
- _defaults:
- autoconfigure: true
- plugin.manager.ckeditor5.plugin:
- class: Drupal\ckeditor5\Plugin\CKEditor5PluginManager
- parent: default_plugin_manager
- Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface: '@plugin.manager.ckeditor5.plugin'
- # @todo Remove in Drupal 11: https://www.drupal.org/project/ckeditor5/issues/3239012
- plugin.manager.ckeditor4to5upgrade.plugin:
- public: false
- class: Drupal\ckeditor5\Plugin\CKEditor4To5UpgradePluginManager
- parent: default_plugin_manager
- ckeditor5.smart_default_settings:
- class: Drupal\ckeditor5\SmartDefaultSettings
- arguments:
- - '@plugin.manager.ckeditor5.plugin'
- - '@plugin.manager.ckeditor4to5upgrade.plugin'
- - '@logger.channel.ckeditor5'
- - '@module_handler'
- - '@current_user'
- Drupal\ckeditor5\SmartDefaultSettings: '@ckeditor5.smart_default_settings'
- ckeditor5.stylesheets.message:
- class: Drupal\ckeditor5\CKEditor5StylesheetsMessage
- arguments:
- - '@theme_handler'
- - '@config.factory'
- Drupal\ckeditor5\CKEditor5StylesheetsMessage: '@ckeditor5.stylesheets.message'
- ckeditor5.ckeditor5_cache_tag:
- class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
- arguments: ['@cache_tags.invalidator']
- logger.channel.ckeditor5:
- parent: logger.channel_base
- arguments: [ 'ckeditor5' ]
Services
Title | Deprecated | Summary |
---|---|---|
ckeditor5.ckeditor5_cache_tag | Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag | |
ckeditor5.smart_default_settings | Drupal\ckeditor5\SmartDefaultSettings | |
ckeditor5.stylesheets.message | Drupal\ckeditor5\CKEditor5StylesheetsMessage | |
Drupal\ckeditor5\CKEditor5StylesheetsMessage | ||
Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface | ||
Drupal\ckeditor5\SmartDefaultSettings | ||
logger.channel.ckeditor5 | ||
plugin.manager.ckeditor4to5upgrade.plugin | Drupal\ckeditor5\Plugin\CKEditor4To5UpgradePluginManager | |
plugin.manager.ckeditor5.plugin | Drupal\ckeditor5\Plugin\CKEditor5PluginManager | |
_defaults |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.