Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| CKEditor5::validatePair | function | core/ |
Validates a Text Editor + Text Format pair. |
| CKEditor5::validateSwitchingToCKEditor5 | function | core/ |
Validate callback to inform the user of CKEditor 5 compatibility problems. |
| CKEditor5::__construct | function | core/ |
Constructs a CKEditor 5 editor plugin. |
| CKEditor5AllowedTagsTest | class | core/ |
Tests for CKEditor 5. |
| CKEditor5AllowedTagsTest.php | file | core/ |
|
| CKEditor5AllowedTagsTest::$allowedElements | property | core/ |
The default CKEditor 5 allowed elements. |
| CKEditor5AllowedTagsTest::$defaultElementsAfterUpdatingToCkeditor5 | property | core/ |
The expected allowed elements after updating to CKEditor 5. |
| CKEditor5AllowedTagsTest::$defaultElementsWhenUpdatingNotCkeditor5 | property | core/ |
The default allowed elements for filter_html's "allowed_html" setting. |
| CKEditor5AllowedTagsTest::$modules | property | core/ |
Modules to enable. |
| CKEditor5AllowedTagsTest::testAllowedTags | function | core/ |
Test filter_html allowed tags. |
| CKEditor5AllowedTagsTest::testEnablingToVersion5Validation | function | core/ |
Test enabling CKEditor 5 in a way that triggers validation. |
| CKEditor5AllowedTagsTest::testFullHtml | function | core/ |
Tests full HTML text format. |
| CKEditor5AllowedTagsTest::testImageUploadsRemainEnabled | function | core/ |
Tests that when image uploads were enabled, they remain enabled. |
| CKEditor5AllowedTagsTest::testImgAddedViaUploadPlugin | function | core/ |
Tests that the img tag is added after enabling image uploads. |
| CKEditor5AllowedTagsTest::testInternetExplorerWarning | function | core/ |
Tests the presence of the IE warning when CKEditor 5 is selected. |
| CKEditor5AllowedTagsTest::testMediaElementAllowedTags | function | core/ |
Test that <drupal-media> is added to allowed tags when media embed enabled. |
| CKEditor5AllowedTagsTest::testSwitchToVersion5 | function | core/ |
Confirm that switching to CKEditor 5 from another editor updates tags. |
| CKEditor5AspectsOfCKEditor5Plugin | class | core/ |
Defines the "CKEditor 5 aspects of a CKEditor5Plugin" annotation object. |
| CKEditor5AspectsOfCKEditor5Plugin.php | file | core/ |
|
| CKEditor5AspectsOfCKEditor5Plugin::$config | property | core/ |
A keyed array of additional values for the CKEditor 5 configuration. |
| CKEditor5AspectsOfCKEditor5Plugin::$plugins | property | core/ |
The CKEditor 5 plugin classes provided. |
| CKEditor5CacheTag | class | core/ |
A subscriber invalidating cache tags when the default theme changes. |
| CKEditor5CacheTag.php | file | core/ |
|
| CKEditor5CacheTag::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| CKEditor5CacheTag::getSubscribedEvents | function | core/ |
|
| CKEditor5CacheTag::onSave | function | core/ |
Invalidates cache tags when particular system config objects are saved. |
| CKEditor5CacheTag::__construct | function | core/ |
Constructs a CKEditor5CacheTag object. |
| CKEditor5CKEditor4Compatibility | class | core/ |
Ensures that CKEditor 5 can be used on the same page with CKEditor 4. |
| CKEditor5CKEditor4Compatibility.php | file | core/ |
|
| CKEditor5CKEditor4Compatibility::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CKEditor5CKEditor4Compatibility::$modules | property | core/ |
Modules to enable. |
| CKEditor5CKEditor4Compatibility::setUp | function | core/ |
|
| CKEditor5CKEditor4Compatibility::testCkeCompatibility | function | core/ |
Ensures that CKEditor 5 and CKEditor 4 can be used on the same page. |
| CKEditor5DialogTest | class | core/ |
Tests for CKEditor 5 to ensure correct focus management in dialogs. |
| CKEditor5DialogTest.php | file | core/ |
|
| CKEditor5DialogTest::$modules | property | core/ |
Modules to enable. |
| CKEditor5DialogTest::testCKEditor5FocusInTooltipsInDialog | function | core/ |
Tests if CKEditor 5 tooltips can be interacted with in dialogs. |
| CKEditor5DialogTestController | class | core/ |
Provides controller for testing CKEditor in off-canvas dialogs. |
Pagination
- Previous page
- Page 159
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.