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 10.3.x for to
  5. Other projects
Title Object type File name Summary
CheckpointStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Generate random config in the memory storage.
CheckpointStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testCheckpointCreation function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::checkpoint[[api-linebreak]]
@covers \Drupal\Core\Config\Checkpoint\Checkpoint[[api-linebreak]]
CheckpointStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::getAllCollectionNames[[api-linebreak]]
@covers ::getCollectionName[[api-linebreak]]
@covers ::createCollection[[api-linebreak]]
CheckpointStorageTest::testConfigCreate function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the create operation of checkpoint storage.
CheckpointStorageTest::testConfigDelete function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the delete operation of checkpoint storage.
CheckpointStorageTest::testConfigRename function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the rename operation of checkpoint storage.
CheckpointStorageTest::testConfigSaveAndRead function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the save and read operations of checkpoint storage.
CheckpointStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::encode[[api-linebreak]]
@covers ::decode[[api-linebreak]]
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::exists[[api-linebreak]]
@covers ::read[[api-linebreak]]
@covers ::readMultiple[[api-linebreak]]
@covers ::listAll[[api-linebreak]]
CheckpointStorageTest::testRevert function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the revert operation of checkpoint storage.
CheckpointStorageTest::testRevertWithCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests the rename operation of checkpoint storage with collections.
CheckpointStorageTest::testWriteOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::write[[api-linebreak]]
@covers ::delete[[api-linebreak]]
@covers ::rename[[api-linebreak]]
@covers ::deleteAll[[api-linebreak]]
CheckpointStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that throw an exception.
CKEditor 5 architecture group core/modules/ckeditor5/ckeditor5.api.php Overview
The CKEditor 5 module integrates CKEditor 5 with Drupal's filtering and text
editor APIs.
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.
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.
CKEditor4To5UpgradePluginInterface::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
CKEditor4To5UpgradePluginManager class core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Provides a CKEditor 4 to 5 upgrade plugin manager.
CKEditor4To5UpgradePluginManager.php file core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php
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::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
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 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

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