Defines a CKEditorPlugin annotation object.
Expanded class hierarchy of CKEditorPlugin
class CKEditorPlugin extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The human-readable name of the CKEditor plugin.
*
* @ingroup plugin_translatable
*
* @var \Drupal\Core\Annotation\Translation
*/
public $label;
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CKEditorPlugin:: |
public | property | The plugin ID. | |
CKEditorPlugin:: |
public | property | The human-readable name of the CKEditor plugin. | |
Plugin:: |
protected | property | The plugin definiton read from the class annotation. | |
Plugin:: |
public | function |
Implements Drupal\Core\Annotation\AnnotationInterface::get(). Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function | Constructs a Plugin object. |