ckeditor5.services.yml
Same filename in other branches
File
-
core/
modules/ ckeditor5/ ckeditor5.services.yml
View source
- services:
- _defaults:
- autoconfigure: true
- plugin.manager.ckeditor5.plugin:
- class: Drupal\ckeditor5\Plugin\CKEditor5PluginManager
- parent: default_plugin_manager
- Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface: '@plugin.manager.ckeditor5.plugin'
- ckeditor5.smart_default_settings:
- class: Drupal\ckeditor5\SmartDefaultSettings
- arguments:
- - '@plugin.manager.ckeditor5.plugin'
- - '@logger.channel.ckeditor5'
- - '@module_handler'
- - '@current_user'
- Drupal\ckeditor5\SmartDefaultSettings: '@ckeditor5.smart_default_settings'
- ckeditor5.ckeditor5_cache_tag:
- class: Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
- arguments: ['@cache_tags.invalidator']
- logger.channel.ckeditor5:
- parent: logger.channel_base
- 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.