function CKEditor5PluginDefinition::hasCKEditor5Config
Whether this plugin has additional values for the CKEditor 5 configuration.
Return value
bool
See also
\Drupal\ckeditor5\Annotation\CKEditor5AspectsOfCKEditor5Plugin::$config
File
-
core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5PluginDefinition.php, line 578
Class
- CKEditor5PluginDefinition
- Provides an implementation of a CKEditor 5 plugin definition.
Namespace
Drupal\ckeditor5\PluginCode
public function hasCKEditor5Config() : bool {
return $this->getCKEditor5Config() !== [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.