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. Drupal\ckeditor5\SmartDefaultSettings: '@ckeditor5.smart_default_settings'
  14. ckeditor5.ckeditor5_cache_tag:
  15. class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
  16. logger.channel.ckeditor5:
  17. parent: logger.channel_base
  18. arguments: [ 'ckeditor5' ]
  19. Drupal\ckeditor5\LanguageMapper: ~

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.