ckeditor5.services.yml

Same filename and directory in other branches
  1. 11.x core/modules/ckeditor5/ckeditor5.services.yml
  2. 10 core/modules/ckeditor5/ckeditor5.services.yml
  3. 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. autowire: true
  7. plugin.manager.ckeditor5.plugin:
  8. class: Drupal\ckeditor5\Plugin\CKEditor5PluginManager
  9. parent: default_plugin_manager
  10. Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface: '@plugin.manager.ckeditor5.plugin'
  11. ckeditor5.smart_default_settings:
  12. class: Drupal\ckeditor5\SmartDefaultSettings
  13. arguments:
  14. - '@plugin.manager.ckeditor5.plugin'
  15. - '@logger.channel.ckeditor5'
  16. - '@module_handler'
  17. - '@current_user'
  18. Drupal\ckeditor5\SmartDefaultSettings: '@ckeditor5.smart_default_settings'
  19. ckeditor5.ckeditor5_cache_tag:
  20. class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
  21. logger.channel.ckeditor5:
  22. parent: logger.channel_base
  23. arguments: [ 'ckeditor5' ]
  24. Drupal\ckeditor5\LanguageMapper:
  25. autowire: true

Services

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