73 string references to 'CKEditor5'
- AddedStylesheetsTest::setUp in core/
modules/ ckeditor5/ tests/ src/ Functional/ AddedStylesheetsTest.php - AddItemToToolbar::apply in core/
modules/ ckeditor5/ src/ Plugin/ ConfigAction/ AddItemToToolbar.php - Applies the config action.
- AddItemToToolbarConfigActionTest::setUp in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ConfigAction/ AddItemToToolbarConfigActionTest.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.
- CKEditor5ImageController::imageUploadEnabledAccess in core/
modules/ ckeditor5/ src/ Controller/ CKEditor5ImageController.php - Access check based on whether image upload is enabled or not.
- CKEditor5MarkupTest::testAttributeEncoding in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5MarkupTest.php - Ensures that attribute values are encoded.
- CKEditor5MarkupTest::testComments in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5MarkupTest.php - Ensures that HTML comments are preserved in CKEditor 5.
- CKEditor5MarkupTest::testFilterHtmlAllowedGlobalAttributes in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5MarkupTest.php - Ensures that CKEditor 5 retains filter_html's allowed global attributes.
- CKEditor5MarkupTest::testStylesAndScripts in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5MarkupTest.php - Ensures that HTML scripts and styles are properly preserved in CKEditor 5.
- 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.
- 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::testSave in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that changes are saved in CKEditor 5.
- CKEditor5TestBase::createNewTextFormat in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5TestBase.php - Create a new text format using CKEditor 5.
- ckeditor5_editor_presave in core/
modules/ ckeditor5/ ckeditor5.module - Implements hook_ENTITY_TYPE_presave() for editor entities.
- 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_code_block in core/
modules/ ckeditor5/ ckeditor5.post_update.php - Updates Text Editors using CKEditor 5 Code Block.
- ckeditor5_post_update_image_toolbar_item in core/
modules/ ckeditor5/ ckeditor5.post_update.php - The image toolbar item changed from `uploadImage` to `drupalInsertImage`.
- ckeditor5_post_update_list_multiblock in core/
modules/ ckeditor5/ ckeditor5.post_update.php - Updates Text Editors using CKEditor 5.
- ckeditor5_post_update_list_start_reversed in core/
modules/ ckeditor5/ ckeditor5.post_update.php - Updates Text Editors using CKEditor 5 to native List "start" functionality.
- ckeditor5_post_update_plugins_settings_export_order in core/
modules/ ckeditor5/ ckeditor5.post_update.php - Updates Text Editors using CKEditor 5 to sort plugin settings by plugin key.
- DemoUmamiProfileTest::testConfig in core/
profiles/ demo_umami/ tests/ src/ Functional/ DemoUmamiProfileTest.php - Tests the profile supplied configuration is the same after installation.
- 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/
recipes/ basic_html_format_editor/ config/ editor.editor.basic_html.yml - core/recipes/basic_html_format_editor/config/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/
recipes/ full_html_format_editor/ config/ editor.editor.full_html.yml - core/recipes/full_html_format_editor/config/editor.editor.full_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
- editor.editor.test_format_list_ol_start.yml in core/
modules/ ckeditor5/ tests/ fixtures/ update/ editor.editor.test_format_list_ol_start.yml - core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_list_ol_start.yml
- editor.editor.test_format_list_ol_start_post_3261599.yml in core/
modules/ ckeditor5/ tests/ fixtures/ update/ editor.editor.test_format_list_ol_start_post_3261599.yml - core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_list_ol_start_post_3261599.yml
- editor.editor.umami_basic_html.yml in core/
modules/ editor/ tests/ fixtures/ update/ editor.editor.umami_basic_html.yml - core/modules/editor/tests/fixtures/update/editor.editor.umami_basic_html.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.
- EditorValidationTest::setUp in core/
modules/ editor/ tests/ src/ Kernel/ EditorValidationTest.php - editor_help in core/
modules/ editor/ editor.module - Implements hook_help().
- 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 - MappingTest::testMappingInterpretation in core/
tests/ Drupal/ KernelTests/ Config/ Schema/ MappingTest.php - @dataProvider providerMappingInterpretation
- MediaEntityMetadataApiTest::setUp in core/
modules/ ckeditor5/ tests/ src/ Functional/ MediaEntityMetadataApiTest.php - recipe.yml in core/
recipes/ basic_html_format_editor/ recipe.yml - core/recipes/basic_html_format_editor/recipe.yml
- recipe.yml in core/
recipes/ full_html_format_editor/ recipe.yml - core/recipes/full_html_format_editor/recipe.yml
- 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
- StandardTestTrait::testStandard in core/
profiles/ standard/ tests/ src/ Traits/ StandardTestTrait.php - Tests Standard installation profile or recipe.
- TextEditorObjectDependentValidatorTrait::createTextEditorObjectFromContext in core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ TextEditorObjectDependentValidatorTrait.php - Creates a text editor object from the execution context.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- ValidatorsTest::test in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ValidatorsTest.php - @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\CKEditor5ElementConstraintValidator @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\StyleSensibleElementConstraintValidator @covers…
- ValidatorsTest::testMultipleHtmlRestrictingFilters in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ValidatorsTest.php - Tests that validation works with >1 enabled HTML restrictor filters.
- ValidatorsTest::testPair in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ValidatorsTest.php - @covers \Drupal\ckeditor5\Plugin\Validation\Constraint\SourceEditingPreventSelfXssConstraintValidator @dataProvider providerPair
- WildcardHtmlSupportTest::testGhsConfiguration in core/
modules/ ckeditor5/ tests/ src/ Kernel/ WildcardHtmlSupportTest.php - @covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing::getDynamicPluginConfig @dataProvider providerGhsConfiguration
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.