Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::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.
CKEditor4To5UpgradePluginManager::$cke4ButtonsMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 4 buttons to an upgrade plugin ID.
CKEditor4To5UpgradePluginManager::$cke4PluginSettingsMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 4 plugins with settings to an upgrade plugin ID.
CKEditor4To5UpgradePluginManager::$cke5SubsetConfigurationMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 5 plugins with configurable subset to upgrade plugin ID.
CKEditor4To5UpgradePluginManager::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Computes elements subset configuration for CKEditor 5 plugin.
CKEditor4To5UpgradePluginManager::mapCKEditor4SettingsToCKEditor5Configuration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
CKEditor4To5UpgradePluginManager::validateAndBuildMaps function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Validates plugin definitions: avoids conflicts. Builds maps for later use.
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-settings-toolbar.html.twig file core/modules/ckeditor5/templates/ckeditor5-settings-toolbar.html.twig Default theme implementation to display CKEditor 5 toolbar settings.
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-modal: 1261;
}
ckeditor5.libraries.yml file core/modules/ckeditor5/ckeditor5.libraries.yml core/modules/ckeditor5/ckeditor5.libraries.yml
ckeditor5.pair.schema.yml file core/modules/ckeditor5/config/schema/ckeditor5.pair.schema.yml core/modules/ckeditor5/config/schema/ckeditor5.pair.schema.yml
ckeditor5.post_update.php file core/modules/ckeditor5/ckeditor5.post_update.php Post update functions for CKEditor 5.
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.workaround.css file core/themes/stable/css/quickedit/editors/formattedText/ckeditor5.workaround.css .quickedit-editable,
.quickedit-editing.ck.ck-editor__editable_inline {
top: inherit !important;
left: inherit !important;
margin-bottom: inherit !important;
}
.quickedit-editing.ck.ck-editor__editable_inline > :first-child {
margin-top:…
ckeditor5.workaround.css file core/themes/stable9/css/quickedit/editors/formattedText/ckeditor5.workaround.css .quickedit-editable,
.quickedit-editing.ck.ck-editor__editable_inline {
top: inherit !important;
left: inherit !important;
margin-bottom: inherit !important;
}
.quickedit-editing.ck.ck-editor__editable_inline > :first-child {
margin-top:…
ckeditor5.workaround.css file core/modules/quickedit/css/editors/formattedText/ckeditor5.workaround.css .quickedit-editable,
.quickedit-editing.ck.ck-editor__editable_inline {
top: inherit !important;
left: inherit !important;
margin-bottom: inherit !important;
}
.quickedit-editing.ck.ck-editor__editable_inline > :first-child {
margin-top:…
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::getDefaultSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns the default settings for this configurable text editor.
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.

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