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
ckeditor5.libraries.yml file core/modules/ckeditor5/ckeditor5.libraries.yml core/modules/ckeditor5/ckeditor5.libraries.yml
ckeditor5.module file core/modules/ckeditor5/ckeditor5.module
ckeditor5.pair.schema.yml file core/modules/ckeditor5/config/schema/ckeditor5.pair.schema.yml core/modules/ckeditor5/config/schema/ckeditor5.pair.schema.yml
CKEditor5.php file core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
ckeditor5.post_update.php file core/modules/ckeditor5/ckeditor5.post_update.php Post update functions for CKEditor 5.
ckeditor5.routing.yml file core/modules/ckeditor5/ckeditor5.routing.yml core/modules/ckeditor5/ckeditor5.routing.yml
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::$cache property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The cache.
CKEditor5::$ckeditor5PluginManager property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The CKEditor plugin manager.
CKEditor5::$languageManager property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The language manager.
CKEditor5::$logger property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php A logger instance.
CKEditor5::$moduleHandler property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The module handler.
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::$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::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form constructor.
CKEditor5::create function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Creates an instance of the plugin.
CKEditor5::createEphemeralPairedEditor function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Creates an ephemeral pair of text editor + text format config entity.
CKEditor5::getDefaultSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns the default settings for this configurable text editor.
CKEditor5::getEventualEditorWithPrimedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the eventual text format config entity: from form state + editor.
CKEditor5::getGeneratedAllowedHtmlValue function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Value callback to set the CKEditor 5-generated "allowed_html" value.
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.
CKEditor5::getSubmittedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the submitted text format config entity from form state.
CKEditor5::injectPluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Injects the CKEditor plugins settings forms as a vertical tabs subform.
CKEditor5::mapPairViolationPropertyPathsToFormNames function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Maps Text Editor + Text Format pair property paths to form names.
CKEditor5::mapViolationPropertyPathsToFormNames function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Maps Text Editor config object property paths to form names.
CKEditor5::shouldHaveVisiblePluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Determines whether the plugin settings form should be visible.
CKEditor5::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form submission handler.
CKEditor5::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form validation handler.
CKEditor5::validatePair function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Validates a Text Editor + Text Format pair.
CKEditor5::validateSwitchingToCKEditor5 function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Validate callback to inform the user of CKEditor 5 compatibility problems.
CKEditor5::__construct function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Constructs a CKEditor 5 editor plugin.
CKEditor5AllowedTagsTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests for CKEditor 5.
CKEditor5AllowedTagsTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php
CKEditor5AllowedTagsTest::$allowedElements property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php The default CKEditor 5 allowed elements.
CKEditor5AllowedTagsTest::$defaultElementsAfterUpdatingToCkeditor5 property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php The expected allowed elements after updating to CKEditor 5.
CKEditor5AllowedTagsTest::$defaultElementsWhenUpdatingNotCkeditor5 property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php The default allowed elements for filter_html's "allowed_html" setting.
CKEditor5AllowedTagsTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Modules to install.
CKEditor5AllowedTagsTest::testAllowedTags function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Test filter_html allowed tags.
CKEditor5AllowedTagsTest::testEnablingToVersion5Validation function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Test enabling CKEditor 5 in a way that triggers validation.
CKEditor5AllowedTagsTest::testFullHtml function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests full HTML text format.
CKEditor5AllowedTagsTest::testImageUploadsRemainEnabled function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests that when image uploads were enabled, they remain enabled.
CKEditor5AllowedTagsTest::testImgAddedViaUploadPlugin function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests that the img tag is added after enabling image uploads.
CKEditor5AllowedTagsTest::testMediaElementAllowedTags function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Test that <drupal-media> is added to allowed tags when media embed enabled.
CKEditor5AllowedTagsTest::testSwitchToVersion5 function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Confirm that switching to CKEditor 5 from another editor updates tags.
CKEditor5AspectsOfCKEditor5Plugin class core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php

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