function CKEditor5PluginDefinition::getTypedConfig
Returns the typed configuration service.
Return value
\Drupal\Core\Config\TypedConfigManagerInterface The typed configuration service.
File
-
core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5PluginDefinition.php, line 279
Class
- CKEditor5PluginDefinition
- Provides an implementation of a CKEditor 5 plugin definition.
Namespace
Drupal\ckeditor5\PluginCode
private function getTypedConfig() : TypedConfigManagerInterface {
return \Drupal::service('config.typed');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.