ckeditor5.services.yml

Same filename and directory in other branches
  1. 9 core/modules/ckeditor5/ckeditor5.services.yml
  2. 10 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. ckeditor5.smart_default_settings:
  9. class: Drupal\ckeditor5\SmartDefaultSettings
  10. arguments:
  11. - '@plugin.manager.ckeditor5.plugin'
  12. - '@logger.channel.ckeditor5'
  13. - '@module_handler'
  14. - '@current_user'
  15. Drupal\ckeditor5\SmartDefaultSettings: '@ckeditor5.smart_default_settings'
  16. ckeditor5.ckeditor5_cache_tag:
  17. class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
  18. arguments: ['@cache_tags.invalidator']
  19. logger.channel.ckeditor5:
  20. parent: logger.channel_base
  21. arguments: [ 'ckeditor5' ]

Services

Title Deprecated Summary
ckeditor5.ckeditor5_cache_tag Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
ckeditor5.smart_default_settings Drupal\ckeditor5\SmartDefaultSettings
Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface
Drupal\ckeditor5\SmartDefaultSettings
logger.channel.ckeditor5
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.