class CKEditor5AspectsOfCKEditor5Plugin
Same name and namespace in other branches
- 11.x core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php \Drupal\ckeditor5\Attribute\CKEditor5AspectsOfCKEditor5Plugin
- 11.x core/modules/ckeditor5/src/Annotation/CKEditor5AspectsOfCKEditor5Plugin.php \Drupal\ckeditor5\Annotation\CKEditor5AspectsOfCKEditor5Plugin
Defines the "CKEditor 5 aspects of a CKEditor5Plugin" annotation object.
Plugin Namespace: Plugin\CKEditor5Plugin.
Hierarchy
- class \Drupal\Component\Annotation\Plugin extends \Drupal\Component\Annotation\AnnotationInterface
- class \Drupal\ckeditor5\Annotation\CKEditor5AspectsOfCKEditor5Plugin implements \Drupal\Component\Annotation\Plugin
Expanded class hierarchy of CKEditor5AspectsOfCKEditor5Plugin
See also
\Drupal\ckeditor5\Plugin\CKEditorPluginInterface
\Drupal\ckeditor5\Plugin\CKEditorPluginBase
\Drupal\ckeditor5\Plugin\CKEditorPluginManager
\Drupal\ckeditor5\Annotation\CKEditor5Plugin
\Drupal\ckeditor5\Annotation\DrupalPartsOfCKEditor5Plugin
Related topics
1 file declares its use of CKEditor5AspectsOfCKEditor5Plugin
- CKEditor5PluginManagerTest.php in core/
modules/ ckeditor5/ tests/ src/ Kernel/ CKEditor5PluginManagerTest.php
File
-
core/
modules/ ckeditor5/ src/ Annotation/ CKEditor5AspectsOfCKEditor5Plugin.php, line 23
Namespace
Drupal\ckeditor5\AnnotationView source
class CKEditor5AspectsOfCKEditor5Plugin extends Plugin {
/**
* The CKEditor 5 plugin classes provided.
*
* Found in the CKEditor5 global js object as {package.Class}.
*
* @var string[]
*/
public $plugins;
/**
* A keyed array of additional values for the CKEditor 5 configuration.
*
* This property is optional and it does not need to be declared.
*
* @var array[]
*/
public $config = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.