49 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().
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
EditorConfigEntityUnitTest::setUp in core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php
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.
FileUploadTest::testCheckFileUploadAccessWithBaseField in core/modules/jsonapi/tests/src/Kernel/Controller/FileUploadTest.php
@covers ::checkFileUploadAccess
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.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/recipes/basic_html_format_editor/config/filter.format.basic_html.yml
core/recipes/basic_html_format_editor/config/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.full_html.yml in core/recipes/full_html_format_editor/config/filter.format.full_html.yml
core/recipes/full_html_format_editor/config/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.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.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.format.umami_basic_html.yml in core/modules/editor/tests/fixtures/update/filter.format.umami_basic_html.yml
core/modules/editor/tests/fixtures/update/filter.format.umami_basic_html.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::importUsers in core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
Imports users.
MappingTest::testMappingInterpretation in core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php
@dataProvider providerMappingInterpretation
Media::getDynamicPluginConfig in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Media.php
Allows a plugin to modify its static configuration.
recipe.yml in core/recipes/example/recipe.yml
core/recipes/example/recipe.yml
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
StandardTestTrait::testStandard in core/profiles/standard/tests/src/Traits/StandardTestTrait.php
Tests Standard installation profile or recipe.
TemporaryJsonapiFileFieldUploaderTest::testCheckFileUploadAccessWithBaseField in core/modules/jsonapi/tests/src/Kernel/Controller/TemporaryJsonapiFileFieldUploaderTest.php
@covers ::checkFileUploadAccess
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.