Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
EditorConfigTranslationSubscriber.php file core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php
EditorConfigTranslationSubscriber::$configFactory property core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php The config factory.
EditorConfigTranslationSubscriber::addConfigNames function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Reacts to the populating of a configuration mapper.
EditorConfigTranslationSubscriber::getSubscribedEvents function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php
EditorConfigTranslationSubscriber::__construct function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php EditorConfigTranslationSubscriber constructor.
EditorController::filterXss function core/modules/editor/src/EditorController.php Apply the necessary XSS filtering for using a certain text format's editor.
EditorController::__construct function core/modules/editor/src/EditorController.php
EditorDialogSave class core/modules/editor/src/Ajax/EditorDialogSave.php Provides an AJAX command for saving the contents of an editor dialog.
EditorDialogSave.php file core/modules/editor/src/Ajax/EditorDialogSave.php
EditorDialogSave::$values property core/modules/editor/src/Ajax/EditorDialogSave.php An array of values that will be passed back to the editor by the dialog.
EditorDialogSave::render function core/modules/editor/src/Ajax/EditorDialogSave.php Return an array to be run through json_encode and sent to the client.
EditorDialogSave::__construct function core/modules/editor/src/Ajax/EditorDialogSave.php Constructs an EditorDialogSave object.
EditorFileReference::$entityRepository property core/modules/editor/src/Plugin/Filter/EditorFileReference.php The entity repository.
EditorFileReference::process function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Performs the filter processing.
EditorFileReference::__construct function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Constructs a \Drupal\editor\Plugin\Filter\EditorFileReference object.
EditorFileReferenceFilterTest class core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Tests Editor module's file reference filter.
EditorFileReferenceFilterTest.php file core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::$filters property core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::$modules property core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Modules to install.
EditorFileReferenceFilterTest::setUp function core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::testEditorFileReferenceFilter function core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Tests the editor file reference filter.
EditorFileUsageTest class core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests tracking of file usage by the Text Editor module.
EditorFileUsageTest.php file core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
EditorFileUsageTest::$modules property core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Modules to install.
EditorFileUsageTest::setUp function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
EditorFileUsageTest::testEditorEntityHooks function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests the configurable text editor manager.
EditorFileUsageTest::testFileSaveOperations function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests file save operations when node with referenced files is saved.
EditorFilterIntegrationTest class core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php Tests integration with filter module.
EditorFilterIntegrationTest.php file core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php
EditorFilterIntegrationTest::$modules property core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php Modules to install.
EditorFilterIntegrationTest::testTextFormatIntegration function core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php Tests text format removal or disabling.
EditorHooks class core/modules/editor/src/Hook/EditorHooks.php Hook implementations for editor.
EditorHooks.php file core/modules/editor/src/Hook/EditorHooks.php
EditorHooks::deleteFileUsage function core/modules/editor/src/Hook/EditorHooks.php Deletes file usage of files referenced by formatted text fields.
EditorHooks::editorFormFilterAdminFormAjax function core/modules/editor/src/Hook/EditorHooks.php Ajax callback handler for 'filter_format_form' form.
EditorHooks::editorFormFilterAdminFormatEditorConfigure function core/modules/editor/src/Hook/EditorHooks.php Submit handler for 'editor_configure' button from 'filter_format_form'.
EditorHooks::editorFormFilterAdminFormatSubmit function core/modules/editor/src/Hook/EditorHooks.php Additional submit handler for 'filter_format_form' form.
EditorHooks::editorFormFilterAdminFormatValidate function core/modules/editor/src/Hook/EditorHooks.php Additional validate handler for 'filter_format_form' form.
EditorHooks::elementInfoAlter function core/modules/editor/src/Hook/EditorHooks.php Implements hook_element_info_alter().
EditorHooks::entityDelete function core/modules/editor/src/Hook/EditorHooks.php Implements hook_entity_delete().
EditorHooks::entityInsert function core/modules/editor/src/Hook/EditorHooks.php Implements hook_entity_insert().
EditorHooks::entityRevisionDelete function core/modules/editor/src/Hook/EditorHooks.php Implements hook_entity_revision_delete().
EditorHooks::entityUpdate function core/modules/editor/src/Hook/EditorHooks.php Implements hook_entity_update().
EditorHooks::fileDownload function core/modules/editor/src/Hook/EditorHooks.php Implements hook_file_download().
EditorHooks::filterFormatPresave function core/modules/editor/src/Hook/EditorHooks.php Implements hook_ENTITY_TYPE_presave().
EditorHooks::formFilterAdminOverviewAlter function core/modules/editor/src/Hook/EditorHooks.php Implements hook_form_FORM_ID_alter().
EditorHooks::formFilterFormatFormAlter function core/modules/editor/src/Hook/EditorHooks.php Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
EditorHooks::getFileUuidsByField function core/modules/editor/src/Hook/EditorHooks.php Finds all files referenced (data-entity-uuid) by formatted text fields.
EditorHooks::getFormattedTextFields function core/modules/editor/src/Hook/EditorHooks.php Determines the formatted text fields on an entity.
EditorHooks::help function core/modules/editor/src/Hook/EditorHooks.php Implements hook_help().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.