ckeditor5.services.yml
Same filename in other branches
File
-
core/
modules/ ckeditor5/ ckeditor5.services.yml
View source
- services:
- plugin.manager.ckeditor5.plugin:
- class: Drupal\ckeditor5\Plugin\CKEditor5PluginManager
- parent: default_plugin_manager
- # @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'
- ckeditor5.stylesheets.message:
- class: Drupal\ckeditor5\CKEditor5StylesheetsMessage
- arguments:
- - '@theme_handler'
- - '@config.factory'
- ckeditor5.ckeditor5_cache_tag:
- class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
- arguments: ['@cache_tags.invalidator']
- tags:
- - { name: event_subscriber }
- 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 | |
logger.channel.ckeditor5 | ||
plugin.manager.ckeditor4to5upgrade.plugin | Drupal\ckeditor5\Plugin\CKEditor4To5UpgradePluginManager | |
plugin.manager.ckeditor5.plugin | Drupal\ckeditor5\Plugin\CKEditor5PluginManager |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.