ckeditor5.services.yml

Same filename and directory in other branches
  1. 10 core/modules/ckeditor5/ckeditor5.services.yml
  2. 9 core/modules/ckeditor5/ckeditor5.services.yml
core/modules/ckeditor5/ckeditor5.services.yml

File

core/modules/ckeditor5/ckeditor5.services.yml

View source
  1. parameters:
  2. ckeditor5.skip_procedural_hook_scan: true
  3. services:
  4. _defaults:
  5. autoconfigure: true
  6. plugin.manager.ckeditor5.plugin:
  7. class: Drupal\ckeditor5\Plugin\CKEditor5PluginManager
  8. parent: default_plugin_manager
  9. Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface: '@plugin.manager.ckeditor5.plugin'
  10. ckeditor5.smart_default_settings:
  11. class: Drupal\ckeditor5\SmartDefaultSettings
  12. arguments:
  13. - '@plugin.manager.ckeditor5.plugin'
  14. - '@logger.channel.ckeditor5'
  15. - '@module_handler'
  16. - '@current_user'
  17. Drupal\ckeditor5\SmartDefaultSettings: '@ckeditor5.smart_default_settings'
  18. ckeditor5.ckeditor5_cache_tag:
  19. class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
  20. arguments: ['@cache_tags.invalidator']
  21. logger.channel.ckeditor5:
  22. parent: logger.channel_base
  23. arguments: [ 'ckeditor5' ]

Services

Title Deprecated Summary
ckeditor5.ckeditor5_cache_tag Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
ckeditor5.smart_default_settings 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.