Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ckeditor.admin.pcss.css file core/themes/claro/css/theme/ckeditor.admin.pcss.css Claro specific styling for CKEditor admin.
ckeditor.api.php file core/modules/ckeditor/ckeditor.api.php Documentation for CKEditor module APIs.
ckeditor.css file core/modules/ckeditor/css/ckeditor.css .ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}

.ckeditor-dialog-loading-link {
position: relative;
top: 0;
display: inline-block;
padding: 3px 10px;
-webkit-user-select: none;
ckeditor.css file core/themes/stable9/css/ckeditor/ckeditor.css .ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}

.ckeditor-dialog-loading-link {
position: relative;
top: 0;
display: inline-block;
padding: 3px 10px;
-webkit-user-select: none;
ckeditor.css file core/themes/stable/css/ckeditor/ckeditor.css .ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}

.ckeditor-dialog-loading-link {
position: relative;
top: 0;
display: inline-block;
padding: 3px 10px;
-webkit-user-select: none;
ckeditor.drupalimagecaption.css file core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css Image Caption: overrides to make centered alignment work inside CKEditor.
ckeditor.drupalimagecaption.css file core/themes/stable9/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css Image Caption: overrides to make centered alignment work inside CKEditor.
ckeditor.drupalimagecaption.css file core/modules/ckeditor/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css Image Caption: overrides to make centered alignment work inside CKEditor.
ckeditor.drupalmedia.css file core/modules/ckeditor/css/plugins/drupalmedia/ckeditor.drupalmedia.css Media embed: overrides to make focus styles and alignment work in CKEditor.
ckeditor.drupalmedia.css file core/themes/stable9/css/media/plugins/drupalmedia/ckeditor.drupalmedia.css Media embed: overrides to make focus styles and alignment work in CKEditor.
ckeditor.info.yml file core/modules/ckeditor/ckeditor.info.yml core/modules/ckeditor/ckeditor.info.yml
ckeditor.language.css file core/modules/ckeditor/css/plugins/language/ckeditor.language.css Language: add styling for elements that have a language attribute.
ckeditor.language.css file core/themes/stable9/css/ckeditor/plugins/language/ckeditor.language.css Language: add styling for elements that have a language attribute.
ckeditor.language.css file core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css Language: add styling for elements that have a language attribute.
ckeditor.libraries.yml file core/modules/ckeditor/ckeditor.libraries.yml core/modules/ckeditor/ckeditor.libraries.yml
ckeditor.module file core/modules/ckeditor/ckeditor.module Provides integration with the CKEditor WYSIWYG editor.
CKEditor.php file core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
ckeditor.post_update.php file core/modules/ckeditor/ckeditor.post_update.php Post update functions for CKEditor.
ckeditor.schema.yml file core/modules/ckeditor/config/schema/ckeditor.schema.yml core/modules/ckeditor/config/schema/ckeditor.schema.yml
ckeditor.services.yml file core/modules/ckeditor/ckeditor.services.yml core/modules/ckeditor/ckeditor.services.yml
CKEditor4To5Upgrade class core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php Defines a CKEditor4To5Upgrade annotation object.
CKEditor4To5Upgrade.php file core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php
CKEditor4To5Upgrade::$cke4_buttons property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The CKEditor 4 buttons for which an upgrade path is provided.
CKEditor4To5Upgrade::$cke4_plugin_settings property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The CKEditor 4 plugins for whose settings an upgrade path is provided.
CKEditor4To5Upgrade::$cke5_plugin_elements_subset_configuration property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The CKEditor 5 plugins with configurable subset with upgrade path provided.
CKEditor4To5Upgrade::$id property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The plugin ID.
CKEditor4to5UpgradeCompletenessTest class core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor4To5Upgrade\Core[[api-linebreak]]
@group ckeditor5
@internal
CKEditor4to5UpgradeCompletenessTest.php file core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php
CKEditor4to5UpgradeCompletenessTest::$cke4PluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The "CKEditor 4 plugin" plugin manager.
CKEditor4to5UpgradeCompletenessTest::$cke5PluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The "CKEditor 5 plugin" plugin manager.
CKEditor4to5UpgradeCompletenessTest::$modules property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Modules to enable.
CKEditor4to5UpgradeCompletenessTest::$smartDefaultSettings property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Smart default settings utility.
CKEditor4to5UpgradeCompletenessTest::$upgradePluginManager property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The CKEditor 4 to 5 upgrade plugin manager.
CKEditor4to5UpgradeCompletenessTest::CONTRIB_BUTTONS_NOW_IN_CORE constant core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php The CKEditor 4 toolbar buttons that no longer require a contrib module.
CKEditor4to5UpgradeCompletenessTest::setUp function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php
CKEditor4to5UpgradeCompletenessTest::testButtons function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that all CKEditor 4 buttons in core have an upgrade path.
CKEditor4to5UpgradeCompletenessTest::testButtonsWithTestOnlyModule function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that the test-only CKEditor 4 module does not have an upgrade path.
CKEditor4to5UpgradeCompletenessTest::testCKEditor5ConfigurableSubsetPlugins function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that all elements subset plugins in core have an upgrade path.
CKEditor4to5UpgradeCompletenessTest::testLyingUpgradePluginForCKEditor4Button function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests detecting a lying upgrade plugin cke4_button annotation.
CKEditor4to5UpgradeCompletenessTest::testLyingUpgradePluginForCKEditor4PluginSettings function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests detecting a lying upgrade plugin cke4_plugin_settings annotation.
CKEditor4to5UpgradeCompletenessTest::testLyingUpgradePluginForCKEditor5ConfigurableSubsetPlugin function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests detecting lying cke5_plugin_elements_subset_configuration annotation.
CKEditor4to5UpgradeCompletenessTest::testOnlyOneUpgradePluginAllowedPerCKEditor4Button function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that only one plugin can provide an upgrade path for a button.
CKEditor4to5UpgradeCompletenessTest::testOnlyOneUpgradePluginAllowedPerCKEditor4PluginSettings function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that only one plugin can provide an upgrade path for plugin settings.
CKEditor4to5UpgradeCompletenessTest::testOnlyOneUpgradePluginAllowedPerCKEditor5ConfigurableSubsetPlugin function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that only one plugin can provide an upgrade path for a subset plugin.
CKEditor4to5UpgradeCompletenessTest::testSettings function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that all configurable CKEditor 4 plugins in core have an upgrade path.
CKEditor4to5UpgradeCompletenessTest::testSettingsWithTestOnlyModule function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that the test-only CKEditor 4 module does not have an upgrade path.
CKEditor4To5UpgradePluginInterface interface core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Defines an interface for CKEditor 4 to 5 upgrade plugins.
CKEditor4To5UpgradePluginInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php
CKEditor4To5UpgradePluginInterface::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Computes elements subset configuration for CKEditor 5 plugin.
CKEditor4To5UpgradePluginInterface::mapCKEditor4SettingsToCKEditor5Configuration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.