Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
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 enable.
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 ResourceTestBase for Editor entity.
EditorResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorResourceTestBase.php
EditorResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorResourceTestBase.php
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 enable.
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 text format, dangerous tags allowed
with text editor.
EditorSecurityTest::$untrustedUser property core/modules/editor/tests/src/Functional/EditorSecurityTest.php User with access to Restricted HTML text format without text editor.
EditorSecurityTest::setUp function core/modules/editor/tests/src/Functional/EditorSecurityTest.php
EditorSecurityTest::testEditorXssFilterOverride function core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests the standard text editor XSS filter being overridden.
EditorSecurityTest::testInitialSecurity function core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests initial security: is the user safe without switching text formats?
EditorSecurityTest::testSwitchingSecurity function core/modules/editor/tests/src/Functional/EditorSecurityTest.php Tests administrator security: is the user safe when switching text formats?
EditorSelectionTest class core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php Tests in-place field editor selection.
EditorSelectionTest.php file core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php
EditorSelectionTest::$editorManager property core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php The manager for editor plugins.
EditorSelectionTest::$editorSelector property core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php The editor selector object to be tested.
EditorSelectionTest::getSelectedEditor function core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php Returns the in-place editor that Quick Edit selects.
EditorSelectionTest::setUp function core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php Sets the default field storage backend for fields created during tests.
EditorSelectionTest::testNumber function core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php Tests a number field, with cardinality 1 and >1.
EditorSelectionTest::testText function core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php Tests a string (plain text) field, with cardinality 1 and >1.
EditorSelectionTest::testTextWysiwyg function core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php Tests a textual field, with text filtering, with cardinality 1 and >1,
always with an Editor plugin present that supports textual fields with text
filtering, but with varying text format compatibility.
EditorSelector class core/modules/quickedit/src/EditorSelector.php Selects an in-place editor (an InPlaceEditor plugin) for a field.
EditorSelector.php file core/modules/quickedit/src/EditorSelector.php
EditorSelector::$alternatives property core/modules/quickedit/src/EditorSelector.php A list of alternative editor plugin IDs, keyed by editor plugin ID.
EditorSelector::$editorManager property core/modules/quickedit/src/EditorSelector.php The manager for editor plugins.
EditorSelector::$formatterManager property core/modules/quickedit/src/EditorSelector.php The manager for formatter plugins.
EditorSelector::getEditor function core/modules/quickedit/src/EditorSelector.php Returns the in-place editor (an InPlaceEditor plugin) to use for a field.

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