Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
EditorLoadingTest::$untrustedUser property core/modules/editor/tests/src/Functional/EditorLoadingTest.php An untrusted user, with access to the 'plain_text' format.
EditorLoadingTest::getThingsToCheck function core/modules/editor/tests/src/Functional/EditorLoadingTest.php Gets the information to check for the given field.
EditorLoadingTest::setUp function core/modules/editor/tests/src/Functional/EditorLoadingTest.php
EditorLoadingTest::testLoading function core/modules/editor/tests/src/Functional/EditorLoadingTest.php Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes function core/modules/editor/tests/src/Functional/EditorLoadingTest.php Tests supported element types.
EditorManager class core/modules/editor/src/Plugin/EditorManager.php Configurable text editor manager.
EditorManager.php file core/modules/editor/src/Plugin/EditorManager.php
EditorManager::$attachments property core/modules/editor/src/Plugin/EditorManager.php Static cache of attachments.
EditorManager::$editors property core/modules/editor/src/Plugin/EditorManager.php Editors.
EditorManager::getAttachments function core/modules/editor/src/Plugin/EditorManager.php Retrieves text editor libraries and JavaScript settings.
EditorManager::listOptions function core/modules/editor/src/Plugin/EditorManager.php Populates a key-value pair of available text editors.
EditorManager::__construct function core/modules/editor/src/Plugin/EditorManager.php Constructs a new \Drupal\Core\Plugin\DefaultPluginManager object.
EditorManagerTest class core/modules/editor/tests/src/Kernel/EditorManagerTest.php Tests detection of text editors and correct generation of attachments.
EditorManagerTest.php file core/modules/editor/tests/src/Kernel/EditorManagerTest.php
EditorManagerTest::$editorManager property core/modules/editor/tests/src/Kernel/EditorManagerTest.php The manager for text editor plugins.
EditorManagerTest::$modules property core/modules/editor/tests/src/Kernel/EditorManagerTest.php Modules to install.
EditorManagerTest::setUp function core/modules/editor/tests/src/Kernel/EditorManagerTest.php
EditorManagerTest::testManager function core/modules/editor/tests/src/Kernel/EditorManagerTest.php Tests the configurable text editor manager.
EditorPluginInterface interface core/modules/editor/src/Plugin/EditorPluginInterface.php Defines an interface for configurable text editors.
EditorPluginInterface.php file core/modules/editor/src/Plugin/EditorPluginInterface.php
EditorPluginInterface::getDefaultSettings function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns the default settings for this configurable text editor.
EditorPluginInterface::getJSSettings function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns JavaScript settings to be attached.
EditorPluginInterface::getLibraries function core/modules/editor/src/Plugin/EditorPluginInterface.php Returns libraries to be attached.
EditorPrivateFileReferenceFilterTest class core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php Tests Editor module's file reference filter with private files.
EditorPrivateFileReferenceFilterTest.php file core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php
EditorPrivateFileReferenceFilterTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php The theme to install as the default for testing.
EditorPrivateFileReferenceFilterTest::$modules property core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php Modules to install.
EditorPrivateFileReferenceFilterTest::testEditorPrivateFileReferenceFilter function core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php Tests the editor file reference filter with private files.
EditorResourceTestBase class core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Resource test base for Editor entity.
EditorResourceTestBase.php file core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php
EditorResourceTestBase::$entity property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The Editor entity.
EditorResourceTestBase::$entityTypeId property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The tested entity type.
EditorResourceTestBase::$modules property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Modules to install.
EditorResourceTestBase::createEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Creates the entity to be tested.
EditorResourceTestBase::getExpectedCacheContexts function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EditorResourceTestBase::getExpectedNormalizedEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the expected normalization of the entity.
EditorResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Return the expected error message.
EditorResourceTestBase::getNormalizedPostEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the normalized POST entity.
EditorResourceTestBase::setUpAuthorization function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Sets up the necessary authorization.
EditorSecurityTest class core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests XSS protection for content creators when using text editors.
EditorSecurityTest.php file core/modules/editor/tests/src/Functional/EditorSecurityTest.php
EditorSecurityTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The theme to install as the default for testing.
EditorSecurityTest::$modules property core/modules/editor/tests/src/Functional/EditorSecurityTest.php Modules to install.
EditorSecurityTest::$normalUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to Restricted HTML text format with text editor.
EditorSecurityTest::$privilegedUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to all text formats and text editors.
EditorSecurityTest::$sampleContent property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The sample content to use in all tests.
EditorSecurityTest::$sampleContentSecured property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The secured sample content to use in most tests.
EditorSecurityTest::$sampleContentSecuredEmbedAllowed property core/modules/editor/tests/src/Functional/EditorSecurityTest.php The secured sample content to use in tests when the <embed> tag is allowed.
EditorSecurityTest::$trustedUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to Restricted HTML and tags considered dangerous.
EditorSecurityTest::$untrustedUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to Restricted HTML text format without text editor.

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