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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EditorConfigEntityUnitTest::$editorPluginManager property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The editor plugin manager used for testing.
EditorConfigEntityUnitTest::$entityType property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The entity type used for testing.
EditorConfigEntityUnitTest::$entityTypeId property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The ID of the type of the entity under test.
EditorConfigEntityUnitTest::$entityTypeManager property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The entity type manager used for testing.
EditorConfigEntityUnitTest::$uuid property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The UUID generator used for testing.
EditorConfigEntityUnitTest::setUp function core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php
EditorConfigEntityUnitTest::testCalculateDependencies function core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
EditorConfigTranslationSubscriber class core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Adds configuration names to configuration mapper on POPULATE_MAPPER event.
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.
EditorDeprecationTest class core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php Tests the deprecations in Drupal\editor.
EditorDeprecationTest.php file core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php
EditorDeprecationTest::$modules property core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php Modules to install.
EditorDeprecationTest::testEditorImageDialog function core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php Tests the deprecation of the Drupal\editor\Form\EditorImageDialog class.
EditorDeprecationTest::testEditorLinkDialog function core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php Tests the deprecation of the Drupal\editor\Form\EditorLinkDialog class.
EditorDialogAccessTest class core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php Test access to the editor dialog forms.
EditorDialogAccessTest.php file core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php
EditorDialogAccessTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php The theme to install as the default for testing.
EditorDialogAccessTest::$modules property core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php Modules to install.
EditorDialogAccessTest::testEditorImageDialogAccess function core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php Tests access to the editor image dialog.
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.
EditorialContentEntityBase class core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php Provides a base entity class with extended revision and publishing support.
EditorialContentEntityBase.php file core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php

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