ckeditor5.services.yml

Same filename in other branches
  1. 9 core/modules/ckeditor5/ckeditor5.services.yml
  2. 11.x core/modules/ckeditor5/ckeditor5.services.yml
core/modules/ckeditor5/ckeditor5.services.yml

File

core/modules/ckeditor5/ckeditor5.services.yml

View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. plugin.manager.ckeditor5.plugin:
  5. class: Drupal\ckeditor5\Plugin\CKEditor5PluginManager
  6. parent: default_plugin_manager
  7. Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface: '@plugin.manager.ckeditor5.plugin'
  8. # @todo Remove in Drupal 11: https://www.drupal.org/project/ckeditor5/issues/3239012
  9. plugin.manager.ckeditor4to5upgrade.plugin:
  10. public: false
  11. class: Drupal\ckeditor5\Plugin\CKEditor4To5UpgradePluginManager
  12. parent: default_plugin_manager
  13. ckeditor5.smart_default_settings:
  14. class: Drupal\ckeditor5\SmartDefaultSettings
  15. arguments:
  16. - '@plugin.manager.ckeditor5.plugin'
  17. - '@plugin.manager.ckeditor4to5upgrade.plugin'
  18. - '@logger.channel.ckeditor5'
  19. - '@module_handler'
  20. - '@current_user'
  21. Drupal\ckeditor5\SmartDefaultSettings: '@ckeditor5.smart_default_settings'
  22. ckeditor5.stylesheets.message:
  23. class: Drupal\ckeditor5\CKEditor5StylesheetsMessage
  24. arguments:
  25. - '@theme_handler'
  26. - '@config.factory'
  27. Drupal\ckeditor5\CKEditor5StylesheetsMessage: '@ckeditor5.stylesheets.message'
  28. ckeditor5.ckeditor5_cache_tag:
  29. class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
  30. arguments: ['@cache_tags.invalidator']
  31. logger.channel.ckeditor5:
  32. parent: logger.channel_base
  33. 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.