Search for to
Title | Object type | File name | Summary |
---|---|---|---|
EditorSecurityTest::testSwitchingSecurity | function | core/ |
Tests administrator security: is the user safe when switching text formats? |
EditorSelectionTest | class | core/ |
Tests in-place field editor selection. |
EditorSelectionTest.php | file | core/ |
|
EditorSelectionTest::$editorManager | property | core/ |
The manager for editor plugins. |
EditorSelectionTest::$editorSelector | property | core/ |
The editor selector object to be tested. |
EditorSelectionTest::getSelectedEditor | function | core/ |
Returns the in-place editor that Quick Edit selects. |
EditorSelectionTest::setUp | function | core/ |
Sets the default field storage backend for fields created during tests. |
EditorSelectionTest::testNumber | function | core/ |
Tests a number field, with cardinality 1 and >1. |
EditorSelectionTest::testText | function | core/ |
Tests a string (plain text) field, with cardinality 1 and >1. |
EditorSelectionTest::testTextWysiwyg | function | core/ |
Tests a textual field with varying text format compatibility. |
EditorSelector | class | core/ |
Selects an in-place editor (an InPlaceEditor plugin) for a field. |
EditorSelector.php | file | core/ |
|
EditorSelector::$alternatives | property | core/ |
A list of alternative editor plugin IDs, keyed by editor plugin ID. |
EditorSelector::$editorManager | property | core/ |
The manager for editor plugins. |
EditorSelector::$formatterManager | property | core/ |
The manager for formatter plugins. |
EditorSelector::getEditor | function | core/ |
Returns the in-place editor (an InPlaceEditor plugin) to use for a field. |
EditorSelector::getEditorAttachments | function | core/ |
Returns the attachments for all editors. |
EditorSelector::__construct | function | core/ |
Constructs a new EditorSelector. |
EditorSelectorInterface | interface | core/ |
Interface for selecting an in-place editor (an Editor plugin) for a field. |
EditorSelectorInterface.php | file | core/ |
|
EditorSelectorInterface::getEditor | function | core/ |
Returns the in-place editor (an InPlaceEditor plugin) to use for a field. |
EditorSelectorInterface::getEditorAttachments | function | core/ |
Returns the attachments for all editors. |
EditorTest | class | core/ |
JSON:API integration test for the "Editor" config entity type. |
EditorTest.php | file | core/ |
|
EditorTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EditorTest::$entity | property | core/ |
|
EditorTest::$entityTypeId | property | core/ |
The tested entity type. |
EditorTest::$modules | property | core/ |
Modules to enable. |
EditorTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
EditorTest::createAnotherEntity | function | core/ |
Creates another entity to be tested. |
EditorTest::createEntity | function | core/ |
Creates the entity to be tested. |
EditorTest::entityAccess | function | core/ |
Checks access for the given operation on the given entity. |
EditorTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
EditorTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
EditorTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
EditorTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
EditorTestTextLongItem | class | core/ |
Plugin implementation of the 'editor_test_text_long' field type. |
EditorTestTextLongItem.php | file | core/ |
|
EditorUploadImageScaleTest | class | core/ |
Tests scaling of inline images. |
EditorUploadImageScaleTest.php | file | core/ |
|
EditorUploadImageScaleTest::$adminUser | property | core/ |
A user with permission as administer for testing. |
EditorUploadImageScaleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EditorUploadImageScaleTest::$modules | property | core/ |
Modules to enable. |
EditorUploadImageScaleTest::assertSavedMaxDimensions | function | core/ |
Asserts whether the saved maximum dimensions equal the ones provided. |
EditorUploadImageScaleTest::getTestImageInfo | function | core/ |
Gets the dimensions of an uploaded image. |
EditorUploadImageScaleTest::setMaxDimensions | function | core/ |
Sets the maximum dimensions and saves the configuration. |
EditorUploadImageScaleTest::setUp | function | core/ |
|
EditorUploadImageScaleTest::testEditorUploadImageScale | function | core/ |
Tests scaling of inline images. |
EditorUploadImageScaleTest::uploadImage | function | core/ |
Uploads an image via the editor dialog. |
EditorXmlAnonTest | class | core/ |
@group rest |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.