Defines a CKEditor-based text editor for Drupal.
@Editor(
id = "ckeditor",
label = @Translation("CKEditor"),
supports_inline_editing = TRUE
)
Expanded class hierarchy of CKEditor
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CKEditor:: |
public | function | Builds the "contentsCss" configuration part of the CKEditor JS settings. | |
CKEditor:: |
public | function | Builds the "toolbar" configuration part of the CKEditor JS settings. | |
CKEditor:: |
public | function |
Implements \Drupal\editor\Plugin\EditPluginInterface::getDefaultSettings(). Overrides EditorBase:: |
|
CKEditor:: |
public | function |
Implements \Drupal\editor\Plugin\EditPluginInterface::getJSSettings(). Overrides EditorPluginInterface:: |
|
CKEditor:: |
public | function |
Implements \Drupal\editor\Plugin\EditPluginInterface::getLibraries(). Overrides EditorPluginInterface:: |
|
CKEditor:: |
public | function |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsForm(). Overrides EditorBase:: |
|
CKEditor:: |
public | function |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit(). Overrides EditorBase:: |
|
EditorBase:: |
public | function |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormValidate(). Overrides EditorPluginInterface:: |
|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
public | function |
Returns the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function |
Returns the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Constructs a Drupal\Component\Plugin\PluginBase object. | 17 |