56 string references to 'Editor'
- CKEditor5::assessActiveTextEditorAfterBuild in core/
modules/ ckeditor5/ src/ Plugin/ Editor/ CKEditor5.php  - Form #after_build callback: provides text editor state changes.
 - CKEditor5::buildConfigurationForm in core/
modules/ ckeditor5/ src/ Plugin/ Editor/ CKEditor5.php  - Form constructor.
 - CKEditor5::submitConfigurationForm in core/
modules/ ckeditor5/ src/ Plugin/ Editor/ CKEditor5.php  - Form submission handler.
 - CKEditor5::validateConfigurationForm in core/
modules/ ckeditor5/ src/ Plugin/ Editor/ CKEditor5.php  - Form validation handler.
 - CKEditor5ImageController::upload in core/
modules/ ckeditor5/ src/ Controller/ CKEditor5ImageController.php  - Uploads and saves an image from a CKEditor 5 POST.
 - ckeditor5_filter_format_edit_form_submit in core/
modules/ ckeditor5/ ckeditor5.module  - Form submission handler for filter format forms.
 - ckeditor5_form_filter_format_form_alter in core/
modules/ ckeditor5/ ckeditor5.module  - Implements hook_form_FORM_ID_alter().
 - ckeditor5_module_implements_alter in core/
modules/ ckeditor5/ ckeditor5.module  - Implements hook_module_implements_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`.
 - CKEditor::buildConfigurationForm in core/
modules/ ckeditor/ src/ Plugin/ Editor/ CKEditor.php  - Form constructor.
 - ckeditor_filter_format_edit_form_validate in core/
modules/ ckeditor/ ckeditor.module  - Validate callback to ensure the DrupalMediaLibrary button can work correctly.
 - ckeditor_post_update_omit_settings_for_disabled_plugins in core/
modules/ ckeditor/ ckeditor.post_update.php  - Updates Text Editors using CKEditor 4 to omit settings for disabled plugins.
 - ContentTranslationTestBase::setupUsers in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationTestBase.php  - Creates and activates translator, editor and admin users.
 - ContextualFiltersStringTest::setUp in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ContextualFiltersStringTest.php  - Sets up the test.
 - ContextualFiltersStringTest::setUp in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ContextualFiltersStringTest.php  - Sets up the test.
 - demo_umami.info.yml in core/
profiles/ demo_umami/ demo_umami.info.yml  - core/profiles/demo_umami/demo_umami.info.yml
 - DrupalImage::settingsForm in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ DrupalImage.php  - DrupalImage::validateImageUploadSettings in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ DrupalImage.php  - #element_validate handler for the "image_upload" element in settingsForm().
 - EditorConfigEntityUnitTest::setUp in core/
modules/ editor/ tests/ src/ Unit/ EditorConfigEntityUnitTest.php  - EditorIntegrationTest::testAttachments in core/
modules/ quickedit/ tests/ src/ Kernel/ EditorIntegrationTest.php  - Tests in-place editor attachments when the Editor module is present.
 - EditorIntegrationTest::testEditorSelection in core/
modules/ quickedit/ tests/ src/ Kernel/ EditorIntegrationTest.php  - Tests editor selection when the Editor module is present.
 - EditorIntegrationTest::testMetadata in core/
modules/ quickedit/ tests/ src/ Kernel/ EditorIntegrationTest.php  - Tests (custom) metadata when the formatted text editor is used.
 - EditorLoadingTest::getThingsToCheck in core/
modules/ editor/ tests/ src/ Functional/ EditorLoadingTest.php  - EditorLoadingTest::testSupportedElementTypes in core/
modules/ editor/ tests/ src/ Functional/ EditorLoadingTest.php  - Tests supported element types.
 - editor_form_filter_admin_format_editor_configure in core/
modules/ editor/ editor.module  - Button submit handler for filter_format_form()'s 'editor_configure' button.
 - editor_form_filter_admin_format_submit in core/
modules/ editor/ editor.module  - Additional submit handler for filter_format_form().
 - editor_form_filter_admin_format_validate in core/
modules/ editor/ editor.module  - Additional validate handler for filter_format_form().
 - editor_form_filter_format_form_alter in core/
modules/ editor/ editor.module  - Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
 - Element::preRenderTextFormat in core/
modules/ editor/ src/ Element.php  - Additional #pre_render callback for 'text_format' elements.
 - filter.format.basic_html.yml in core/
profiles/ standard/ config/ install/ filter.format.basic_html.yml  - core/profiles/standard/config/install/filter.format.basic_html.yml
 - filter.format.basic_html.yml in core/
modules/ ckeditor5/ tests/ fixtures/ ckeditor4_config/ filter.format.basic_html.yml  - core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.basic_html.yml
 - filter.format.basic_html.yml in core/
profiles/ demo_umami/ config/ install/ filter.format.basic_html.yml  - core/profiles/demo_umami/config/install/filter.format.basic_html.yml
 - filter.format.full_html.yml in core/
profiles/ standard/ config/ install/ filter.format.full_html.yml  - core/profiles/standard/config/install/filter.format.full_html.yml
 - filter.format.full_html.yml in core/
modules/ ckeditor5/ tests/ fixtures/ ckeditor4_config/ filter.format.full_html.yml  - core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.full_html.yml
 - filter.format.full_html.yml in core/
profiles/ demo_umami/ config/ install/ filter.format.full_html.yml  - core/profiles/demo_umami/config/install/filter.format.full_html.yml
 - filter.format.private_images.yml in core/
modules/ editor/ tests/ modules/ editor_private_test/ config/ install/ filter.format.private_images.yml  - core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml
 - filter_help in core/
modules/ filter/ filter.module  - Implements hook_help().
 - Image::buildConfigurationForm in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ Image.php  - Image::getDynamicPluginConfig in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ Image.php  - Allows a plugin to modify its static configuration.
 - InstallHelper::importEditors in core/
profiles/ demo_umami/ modules/ demo_umami_content/ src/ InstallHelper.php  - Imports editors.
 - InternalTest::setUp in core/
modules/ ckeditor/ tests/ src/ Kernel/ Plugin/ CKEditorPlugin/ InternalTest.php  - Media::getDynamicPluginConfig in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ Media.php  - Allows a plugin to modify its static configuration.
 - PermissionsHashGeneratorTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Session/ PermissionsHashGeneratorTest.php  - quickedit_field_formatter_info_alter in core/
modules/ quickedit/ quickedit.module  - Implements hook_field_formatter_info_alter().
 - SqlContentEntityStorageSchemaTest::testGetSchemaBase in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageSchemaTest.php  - Tests the schema for non-revisionable, non-translatable entities.
 - 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.
 - TemporaryJsonapiFileFieldUploaderTest::testCheckFileUploadAccessWithBaseField in core/
modules/ jsonapi/ tests/ src/ Kernel/ Controller/ TemporaryJsonapiFileFieldUploaderTest.php  - @covers ::checkFileUploadAccess[[api-linebreak]]
 - UnicornEditor::buildConfigurationForm in core/
modules/ editor/ tests/ modules/ editor_test/ src/ Plugin/ Editor/ UnicornEditor.php  - Form constructor.
 - UnicornEditor::validateImageUploadSettings in core/
modules/ editor/ tests/ modules/ editor_test/ src/ Plugin/ Editor/ UnicornEditor.php  - #element_validate handler for "image_upload" in buildConfigurationForm().
 - UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php  - Tests that the content and configuration were properly updated.
 - user.role.editor.yml in core/
profiles/ demo_umami/ config/ install/ user.role.editor.yml  - core/profiles/demo_umami/config/install/user.role.editor.yml
 - user.role.editor.yml in core/
profiles/ demo_umami/ config/ install/ user.role.editor.yml  - core/profiles/demo_umami/config/install/user.role.editor.yml
 - _editor_delete_file_usage in core/
modules/ editor/ editor.module  - Deletes file usage of files referenced by formatted text fields.
 - _editor_record_file_usage in core/
modules/ editor/ editor.module  - Records file usage of files referenced by formatted text fields.
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.