Search for to
Title | Object type | File name | Summary |
---|---|---|---|
ckeditor5.stylesheets.message | service | core/ |
Drupal\ckeditor5\CKEditor5StylesheetsMessage |
ckeditor5.workaround.css | file | core/ |
.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/ |
.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/ |
.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::$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::$stylesheetsMessage | property | core/ |
The ckeditor_stylesheets message 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. |
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. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.