19 string references to plugin.manager.editor in Drupal 10
- CKEditorAdminTest::testExistingFormat in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorAdminTest.php - Tests configuring a text editor for an existing text format.
- CKEditorAdminTest::testNewFormat in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorAdminTest.php - Tests configuring a text editor for a new text format.
- CKEditorLoadingTest::testLoading in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorLoadingTest.php - Tests loading of CKEditor CSS, JS and JS settings.
- CKEditorStylesComboAdminTest::setUp in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorStylesComboAdminTest.php - CKEditorStylesComboTranslationTest::setUp in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorStylesComboTranslationTest.php - CKEditorTest::assertCKEditorLanguage in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - Assert that CKEditor picks the expected language when French is default.
- CKEditorTest::setUp in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - CKEditorTest::testBuildContentsCssJSSetting in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - Tests CKEditor::buildContentsCssJSSetting().
- CKEditorTest::testGetJSSettings in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - Tests CKEditor::getJSSettings().
- Editor::editorPluginManager in core/
modules/ editor/ src/ Entity/ Editor.php - Returns the editor plugin manager.
- Editor::getAttachments in core/
modules/ quickedit/ src/ Plugin/ InPlaceEditor/ Editor.php - Editor::isCompatible in core/
modules/ quickedit/ src/ Plugin/ InPlaceEditor/ Editor.php - EditorConfigEntityUnitTest::setUp in core/
modules/ editor/ tests/ src/ Unit/ EditorConfigEntityUnitTest.php - EditorLoadingTest::setUp in core/
modules/ editor/ tests/ src/ Functional/ EditorLoadingTest.php - EditorManagerTest::testManager in core/
modules/ editor/ tests/ src/ Kernel/ EditorManagerTest.php - Tests the configurable text editor manager.
- editor_filter_xss in core/
modules/ editor/ editor.module - Applies text editor XSS filtering.
- editor_form_filter_admin_overview_alter in core/
modules/ editor/ editor.module - Implements hook_form_FORM_ID_alter().
- editor_form_filter_format_form_alter in core/
modules/ editor/ editor.module - Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
- LanguageTest::setUp in core/
modules/ ckeditor5/ tests/ src/ Kernel/ LanguageTest.php