54 string references to 'CKEditor5'
- AddedStylesheetsTest::setUp in core/
modules/ ckeditor5/ tests/ src/ Functional/ AddedStylesheetsTest.php - AdminUiTest::testSettingsOnlyFireAjaxWithCkeditor5 in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ AdminUiTest.php - Confirm settings only trigger AJAX when select value is CKEditor 5.
- AdminUiTest::testUnavailableFiltersHiddenWhenSwitching in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ AdminUiTest.php - CKEditor 5's filter UI modifications should not break it for other editors.
- ckeditor5.services.yml in core/
modules/ ckeditor5/ ckeditor5.services.yml - core/modules/ckeditor5/ckeditor5.services.yml
- CKEditor5::assessActiveTextEditorAfterBuild in core/
modules/ ckeditor5/ src/ Plugin/ Editor/ CKEditor5.php - Form #after_build callback: provides text editor state changes.
- CKEditor5::validatePair in core/
modules/ ckeditor5/ src/ Plugin/ Editor/ CKEditor5.php - Validates a Text Editor + Text Format pair.
- CKEditor5::validateSwitchingToCKEditor5 in core/
modules/ ckeditor5/ src/ Plugin/ Editor/ CKEditor5.php - Validate callback to inform the user of CKEditor 5 compatibility problems.
- CKEditor5AllowedTagsTest::testEnablingToVersion5Validation in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5AllowedTagsTest.php - Test enabling CKEditor 5 in a way that triggers validation.
- CKEditor5AllowedTagsTest::testFullHtml in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5AllowedTagsTest.php - Tests full HTML text format.
- CKEditor5AllowedTagsTest::testImageUploadsRemainEnabled in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5AllowedTagsTest.php - Tests that when image uploads were enabled, they remain enabled.
- CKEditor5AllowedTagsTest::testSwitchToVersion5 in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5AllowedTagsTest.php - Confirm that switching to CKEditor 5 from another editor updates tags.
- CKEditor5CKEditor4Compatibility::setUp in core/
modules/ ckeditor/ tests/ src/ FunctionalJavascript/ CKEditor5CKEditor4Compatibility.php - CKEditor5ImageController::imageUploadEnabledAccess in core/
modules/ ckeditor5/ src/ Controller/ CKEditor5ImageController.php - Access check based on whether image upload is enabled or not.
- CKEditor5MediaController::access in core/
modules/ ckeditor5/ src/ Controller/ CKEditor5MediaController.php - Additional access check for ::isMediaImage().
- CKEditor5PluginManager::getDiscovery in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5PluginManager.php - Gets the plugin discovery.
- CKEditor5PluginManager::getPluginConfiguration in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5PluginManager.php - Gets the plugin configuration (if any) from a text editor config entity.
- CKEditor5PluginManagerTest::testProvidedElements in core/
modules/ ckeditor5/ tests/ src/ Kernel/ CKEditor5PluginManagerTest.php - Tests the parsing of CKEditor 5 plugin element config.
- CKEditor5PluginManagerTest::testProvidedElementsInvalidElementSubset in core/
modules/ ckeditor5/ tests/ src/ Kernel/ CKEditor5PluginManagerTest.php - Tests detection of invalid CKEditor5PluginElementsSubsetInterface classes.
- CKEditor5QuickEditLibraryTest::setUp in core/
modules/ quickedit/ tests/ src/ Functional/ CKEditor5/ CKEditor5QuickEditLibraryTest.php - CKEditor5Test::testAttributeEncoding in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that attribute values are encoded.
- CKEditor5Test::testEmphasis in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that CKEditor italic model is converted to em.
- CKEditor5Test::testExistingContent in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Tests configuring CKEditor 5 for existing content.
- CKEditor5Test::testFilterHtmlAllowedGlobalAttributes in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that CKEditor 5 retains filter_html's allowed global attributes.
- CKEditor5TestBase::createNewTextFormat in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5TestBase.php - Create a new text format using CKEditor 5.
- ckeditor5_form_filter_format_form_alter in core/
modules/ ckeditor5/ ckeditor5.module - Implements hook_form_FORM_ID_alter().
- ckeditor5_library_info_alter in core/
modules/ ckeditor5/ ckeditor5.module - Implements hook_library_info_alter().
- ckeditor5_post_update_alignment_buttons in core/
modules/ ckeditor5/ ckeditor5.post_update.php - Updates text formats that has alignment shown as individual buttons.
- ckeditor5_post_update_image_toolbar_item in core/
modules/ ckeditor5/ ckeditor5.post_update.php - The image toolbar item changed from `uploadImage` to `drupalInsertImage`.
- demo_umami.info.yml in core/
profiles/ demo_umami/ demo_umami.info.yml - core/profiles/demo_umami/demo_umami.info.yml
- editor.editor.basic_html.yml in core/
profiles/ demo_umami/ config/ install/ editor.editor.basic_html.yml - core/profiles/demo_umami/config/install/editor.editor.basic_html.yml
- editor.editor.basic_html.yml in core/
profiles/ standard/ config/ install/ editor.editor.basic_html.yml - core/profiles/standard/config/install/editor.editor.basic_html.yml
- editor.editor.full_html.yml in core/
profiles/ standard/ config/ install/ editor.editor.full_html.yml - core/profiles/standard/config/install/editor.editor.full_html.yml
- editor.editor.full_html.yml in core/
profiles/ demo_umami/ config/ install/ editor.editor.full_html.yml - core/profiles/demo_umami/config/install/editor.editor.full_html.yml
- editor.editor.test_format.yml in core/
modules/ ckeditor5/ tests/ fixtures/ update/ editor.editor.test_format.yml - core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format.yml
- editor.editor.test_format_image.yml in core/
modules/ ckeditor5/ tests/ fixtures/ update/ editor.editor.test_format_image.yml - core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml
- EditorAdminTest::testEditorCreation in core/
modules/ editor/ tests/ src/ FunctionalJavascript/ EditorAdminTest.php - Tests that editor creation works fine while switching text editor field.
- EditorResourceTestBase::createEntity in core/
modules/ editor/ tests/ src/ Functional/ Rest/ EditorResourceTestBase.php - Creates the entity to be tested.
- EditorResourceTestBase::getExpectedNormalizedEntity in core/
modules/ editor/ tests/ src/ Functional/ Rest/ EditorResourceTestBase.php - Returns the expected normalization of the entity.
- EditorTest::createAnotherEntity in core/
modules/ jsonapi/ tests/ src/ Functional/ EditorTest.php - Creates another entity to be tested.
- EditorTest::createEntity in core/
modules/ jsonapi/ tests/ src/ Functional/ EditorTest.php - Creates the entity to be tested.
- EditorTest::getExpectedDocument in core/
modules/ jsonapi/ tests/ src/ Functional/ EditorTest.php - Returns the expected JSON:API document for the entity.
- HelpTest::verifyHelp in core/
modules/ help/ tests/ src/ Functional/ HelpTest.php - Verifies the logged in user has access to the various help pages.
- ImageUploadTest::createEditorWithUpload in core/
modules/ ckeditor5/ tests/ src/ Functional/ ImageUploadTest.php - Create an editor entity with image_upload config.
- LanguageTest::setUp in core/
modules/ ckeditor5/ tests/ src/ Kernel/ LanguageTest.php - MediaEntityMetadataApiTest::setUp in core/
modules/ ckeditor5/ tests/ src/ Functional/ MediaEntityMetadataApiTest.php - quickedit_library_info_alter in core/
modules/ quickedit/ quickedit.module - Implements hook_library_info_alter().
- SmartDefaultSettings::computeSmartDefaultSettings in core/
modules/ ckeditor5/ src/ SmartDefaultSettings.php - Computes the closest possible equivalent settings for switching to CKEditor 5.
- SmartDefaultSettingsTest::test in core/
modules/ ckeditor5/ tests/ src/ Kernel/ SmartDefaultSettingsTest.php - Tests the CKEditor 5 default settings conversion.
- standard.info.yml in core/
profiles/ standard/ standard.info.yml - core/profiles/standard/standard.info.yml
- StandardTest::testStandard in core/
profiles/ standard/ tests/ src/ Functional/ StandardTest.php - Tests Standard installation profile.
- TextEditorObjectDependentValidatorTrait::createTextEditorObjectFromContext in core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ TextEditorObjectDependentValidatorTrait.php - Creates a text editor object from the execution context.
- ValidatorsTest::test in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ValidatorsTest.php - @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\ToolbarItemConstraintValidator @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\ToolbarItemDependencyConstraintValidator @covers…
- ValidatorsTest::testPair in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ValidatorsTest.php - @covers \Drupal\ckeditor5\Plugin\Editor\CKEditor5::validatePair() @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraintValidator @covers…
- WildcardHtmlSupportTest::testGhsConfiguration in core/
modules/ ckeditor5/ tests/ src/ Kernel/ WildcardHtmlSupportTest.php - @covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing::getDynamicPluginConfig() @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getCKEditor5PluginConfig() @dataProvider providerGhsConfiguration
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.