class CKEditor

Defines a CKEditor-based text editor for Drupal.

Plugin annotation


@Editor(
  id = "ckeditor",
  label = @Translation("CKEditor"),
  supports_inline_editing = TRUE
)

Hierarchy

Expanded class hierarchy of CKEditor

1 file declares its use of CKEditor
6 string references to 'CKEditor'

File

drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php, line 25
Contains \Drupal\ckeditor\Plugin\Editor\CKEditor.

Namespace

Drupal\ckeditor\Plugin\Editor
View source

Members

Namesort descending Modifiers Type Description Overrides
CKEditor::buildContentsCssJSSetting public function Builds the "contentsCss" configuration part of the CKEditor JS settings.
CKEditor::buildToolbarJSSetting public function Builds the "toolbar" configuration part of the CKEditor JS settings.
CKEditor::getDefaultSettings public function Implements \Drupal\editor\Plugin\EditPluginInterface::getDefaultSettings(). Overrides EditorBase::getDefaultSettings
CKEditor::getJSSettings public function Implements \Drupal\editor\Plugin\EditPluginInterface::getJSSettings(). Overrides EditorPluginInterface::getJSSettings
CKEditor::getLibraries public function Implements \Drupal\editor\Plugin\EditPluginInterface::getLibraries(). Overrides EditorPluginInterface::getLibraries
CKEditor::settingsForm public function Implements \Drupal\editor\Plugin\EditPluginInterface::settingsForm(). Overrides EditorBase::settingsForm
CKEditor::settingsFormSubmit public function Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit(). Overrides EditorBase::settingsFormSubmit
EditorBase::settingsFormValidate public function Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormValidate(). Overrides EditorPluginInterface::settingsFormValidate
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$pluginDefinition protected property The plugin implementation definition.
PluginBase::$pluginId protected property The plugin_id.
PluginBase::getPluginDefinition public function Returns the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition
PluginBase::getPluginId public function Returns the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::__construct public function Constructs a Drupal\Component\Plugin\PluginBase object. 17