Search for to
Title | Object type | File name | Summary |
---|---|---|---|
CheckpointStorageTest::testEncodeDecode | function | core/ |
@covers ::encode[[api-linebreak]] @covers ::decode[[api-linebreak]] |
CheckpointStorageTest::testReadOperations | function | core/ |
@covers ::exists[[api-linebreak]] @covers ::read[[api-linebreak]] @covers ::readMultiple[[api-linebreak]] @covers ::listAll[[api-linebreak]] |
CheckpointStorageTest::testRevert | function | core/ |
Tests the revert operation of checkpoint storage. |
CheckpointStorageTest::testRevertWithCollections | function | core/ |
Tests the rename operation of checkpoint storage with collections. |
CheckpointStorageTest::testWriteOperations | function | core/ |
@covers ::write[[api-linebreak]] @covers ::delete[[api-linebreak]] @covers ::rename[[api-linebreak]] @covers ::deleteAll[[api-linebreak]] |
CheckpointStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
CKEditor 5 architecture | group | core/ |
Overview The CKEditor 5 module integrates CKEditor 5 with Drupal's filtering and text editor APIs. |
CKEditor5 | class | core/ |
Defines a CKEditor 5-based text editor for Drupal. |
ckeditor5-settings-toolbar.html.twig | file | core/ |
Default theme implementation to display CKEditor 5 toolbar settings. |
ckeditor5.api.php | file | core/ |
Documentation related to CKEditor 5. |
ckeditor5.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/ckeditor5.ckeditor5.yml |
ckeditor5.ckeditor5_cache_tag | service | core/ |
Drupal\ckeditor5\EventSubscriber\CKEditor5CacheTag |
ckeditor5.css | file | core/ |
/* * 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/ |
core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml |
ckeditor5.dialog.fix.css | file | core/ |
.ui-dialog ~ .ck-body-wrapper { --ck-z-panel: 1261; } |
ckeditor5.info.yml | file | core/ |
core/modules/ckeditor5/ckeditor5.info.yml |
ckeditor5.libraries.yml | file | core/ |
core/modules/ckeditor5/ckeditor5.libraries.yml |
ckeditor5.module | file | core/ |
|
ckeditor5.pair.schema.yml | file | core/ |
core/modules/ckeditor5/config/schema/ckeditor5.pair.schema.yml |
ckeditor5.pcss.css | file | core/ |
.ck { --ck-color-base-border: var(--input-border-color); } |
CKEditor5.php | file | core/ |
|
ckeditor5.post_update.php | file | core/ |
Post update functions for CKEditor 5. |
ckeditor5.routing.yml | file | core/ |
core/modules/ckeditor5/ckeditor5.routing.yml |
ckeditor5.schema.yml | file | core/ |
core/modules/ckeditor5/config/schema/ckeditor5.schema.yml |
ckeditor5.services.yml | file | core/ |
core/modules/ckeditor5/ckeditor5.services.yml |
ckeditor5.smart_default_settings | service | core/ |
Drupal\ckeditor5\SmartDefaultSettings |
CKEditor5::$cache | property | core/ |
The cache. |
CKEditor5::$ckeditor5PluginManager | property | core/ |
The CKEditor plugin manager. |
CKEditor5::$languageManager | property | core/ |
The language manager. |
CKEditor5::$logger | property | core/ |
A logger instance. |
CKEditor5::$moduleHandler | property | core/ |
The module handler. |
CKEditor5::$plugins | property | core/ |
The set of configured CKEditor 5 plugins. |
CKEditor5::$smartDefaultSettings | property | core/ |
Smart default settings utility. |
CKEditor5::$submittedEditor | property | core/ |
The submitted editor. |
CKEditor5::assessActiveTextEditorAfterBuild | function | core/ |
Form #after_build callback: provides text editor state changes. |
CKEditor5::buildConfigurationForm | function | core/ |
Form constructor. |
CKEditor5::create | function | core/ |
Creates an instance of the plugin. |
CKEditor5::createEphemeralPairedEditor | function | core/ |
Creates an ephemeral pair of text editor + text format config entity. |
CKEditor5::getDefaultSettings | function | core/ |
Returns the default settings for this configurable text editor. |
CKEditor5::getEventualEditorWithPrimedFilterFormat | function | core/ |
Gets the eventual text format config entity: from form state + editor. |
CKEditor5::getGeneratedAllowedHtmlValue | function | core/ |
Value callback to set the CKEditor 5-generated "allowed_html" value. |
CKEditor5::getJSSettings | function | core/ |
Returns JavaScript settings to be attached. |
CKEditor5::getLibraries | function | core/ |
Returns libraries to be attached. |
CKEditor5::getSubmittedFilterFormat | function | core/ |
Gets the submitted text format config entity from form state. |
CKEditor5::injectPluginSettingsForm | function | core/ |
Injects the CKEditor plugins settings forms as a vertical tabs subform. |
CKEditor5::mapPairViolationPropertyPathsToFormNames | function | core/ |
Maps Text Editor + Text Format pair property paths to form names. |
CKEditor5::mapViolationPropertyPathsToFormNames | function | core/ |
Maps Text Editor config object property paths to form names. |
CKEditor5::shouldHaveVisiblePluginSettingsForm | function | core/ |
Determines whether the plugin settings form should be visible. |
CKEditor5::submitConfigurationForm | function | core/ |
Form submission handler. |
CKEditor5::validateConfigurationForm | function | core/ |
Form validation handler. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.