Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
CKEditor4To5UpgradePluginManager::__construct function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Constructs a CKEditor4To5UpgradePluginManager object.
ckeditor4to5upgrade_plugin_test.info.yml file core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.info.yml core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.info.yml
ckeditor4to5upgrade_plugin_test.module file core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.module
ckeditor4to5upgrade_plugin_test_ckeditor4to5upgrade_plugin_info_alter function core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.module Implements hook_ckeditor4to5upgrade_plugin_info_alter().
CKEditor5 class core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Defines a CKEditor 5-based text editor for Drupal.
ckeditor5-3222756.php file core/modules/ckeditor5/tests/fixtures/update/ckeditor5-3222756.php Test fixture.
ckeditor5-3259593.php file core/modules/ckeditor5/tests/fixtures/update/ckeditor5-3259593.php Test fixture.
ckeditor5-3396628.php file core/modules/ckeditor5/tests/fixtures/update/ckeditor5-3396628.php Test fixture.
ckeditor5-settings-toolbar.html.twig file core/modules/ckeditor5/templates/ckeditor5-settings-toolbar.html.twig Default theme implementation to display CKEditor 5 toolbar settings.
ckeditor5.api.php file core/modules/ckeditor5/ckeditor5.api.php Documentation related to CKEditor 5.
ckeditor5.ckeditor5.yml file core/modules/ckeditor5/ckeditor5.ckeditor5.yml core/modules/ckeditor5/ckeditor5.ckeditor5.yml
ckeditor5.ckeditor5_cache_tag service core/modules/ckeditor5/ckeditor5.services.yml Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag
ckeditor5.css file core/themes/claro/css/components/ckeditor5.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.ck {
--ck-color-base-border: var(--input-border-color);
}
ckeditor5.data_types.yml file core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml
ckeditor5.dialog.fix.css file core/modules/ckeditor5/css/ckeditor5.dialog.fix.css .ui-dialog ~ .ck-body-wrapper {
--ck-z-panel: 1261;
}
ckeditor5.info.yml file core/modules/ckeditor5/ckeditor5.info.yml core/modules/ckeditor5/ckeditor5.info.yml
ckeditor5.libraries.yml file core/modules/ckeditor5/ckeditor5.libraries.yml core/modules/ckeditor5/ckeditor5.libraries.yml
ckeditor5.module file core/modules/ckeditor5/ckeditor5.module
ckeditor5.pair.schema.yml file core/modules/ckeditor5/config/schema/ckeditor5.pair.schema.yml core/modules/ckeditor5/config/schema/ckeditor5.pair.schema.yml
ckeditor5.pcss.css file core/themes/claro/css/components/ckeditor5.pcss.css .ck {
--ck-color-base-border: var(--input-border-color);
}
CKEditor5.php file core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
ckeditor5.post_update.php file core/modules/ckeditor5/ckeditor5.post_update.php Post update functions for CKEditor 5.
ckeditor5.routing.yml file core/modules/ckeditor5/ckeditor5.routing.yml core/modules/ckeditor5/ckeditor5.routing.yml
ckeditor5.schema.yml file core/modules/ckeditor5/config/schema/ckeditor5.schema.yml core/modules/ckeditor5/config/schema/ckeditor5.schema.yml
ckeditor5.services.yml file core/modules/ckeditor5/ckeditor5.services.yml core/modules/ckeditor5/ckeditor5.services.yml
ckeditor5.smart_default_settings service core/modules/ckeditor5/ckeditor5.services.yml Drupal\ckeditor5\SmartDefaultSettings
ckeditor5.stylesheets.message service core/modules/ckeditor5/ckeditor5.services.yml Drupal\ckeditor5\CKEditor5StylesheetsMessage
CKEditor5::$cache property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The cache.
CKEditor5::$ckeditor5PluginManager property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The CKEditor plugin manager.
CKEditor5::$languageManager property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The language manager.
CKEditor5::$logger property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php A logger instance.
CKEditor5::$moduleHandler property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The module handler.
CKEditor5::$plugins property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The set of configured CKEditor 5 plugins.
CKEditor5::$smartDefaultSettings property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Smart default settings utility.
CKEditor5::$stylesheetsMessage property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The ckeditor_stylesheets message utility.
CKEditor5::$submittedEditor property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The submitted editor.
CKEditor5::assessActiveTextEditorAfterBuild function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form #after_build callback: provides text editor state changes.
CKEditor5::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form constructor.
CKEditor5::create function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Creates an instance of the plugin.
CKEditor5::createEphemeralPairedEditor function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Creates an ephemeral pair of text editor + text format config entity.
CKEditor5::getDefaultSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns the default settings for this configurable text editor.
CKEditor5::getEventualEditorWithPrimedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the eventual text format config entity: from form state + editor.
CKEditor5::getGeneratedAllowedHtmlValue function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Value callback to set the CKEditor 5-generated "allowed_html" value.
CKEditor5::getJSSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns JavaScript settings to be attached.
CKEditor5::getLibraries function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns libraries to be attached.
CKEditor5::getSubmittedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the submitted text format config entity from form state.
CKEditor5::injectPluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Injects the CKEditor plugins settings forms as a vertical tabs subform.
CKEditor5::mapPairViolationPropertyPathsToFormNames function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Maps Text Editor + Text Format pair property paths to form names.
CKEditor5::mapViolationPropertyPathsToFormNames function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Maps Text Editor config object property paths to form names.
CKEditor5::shouldHaveVisiblePluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Determines whether the plugin settings form should be visible.

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