Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 install. |
| 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. |
| EditorTestHooks | class | core/ |
Hook implementations for editor_test. |
| EditorTestHooks.php | file | core/ |
|
| EditorTestHooks::editorInfoAlter | function | core/ |
Implements hook_editor_info_alter(). |
| EditorTestHooks::editorJsSettingsAlter | function | core/ |
Implements hook_editor_js_settings_alter(). |
| EditorTestHooks::editorXssFilterAlter | function | core/ |
Implements hook_editor_xss_filter_alter(). |
| EditorTestHooks::entityUpdate | function | core/ |
Implements hook_entity_update(). |
| EditorTestHooks::filePresave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for file entities. |
| EditorTestTextLongItem | class | core/ |
Plugin implementation of the 'editor_test_text_long' field type. |
| EditorTestTextLongItem.php | file | core/ |
|
| EditorValidationTest | class | core/ |
Tests validation of editor entities. |
| EditorValidationTest.php | file | core/ |
|
| EditorValidationTest::$modules | property | core/ |
Modules to install. |
| EditorValidationTest::$propertiesWithRequiredKeys | property | core/ |
The config entity mapping properties with >=1 required keys. |
| EditorValidationTest::setUp | function | core/ |
|
| EditorValidationTest::testImageUploadSettingsAreDynamicallyRequired | function | core/ |
Test validation when dynamically changing image upload settings. |
| EditorValidationTest::testImageUploadSettingsValidation | function | core/ |
Tests image upload settings validation. |
| EditorValidationTest::testImmutableProperties | function | core/ |
Tests that immutable properties cannot be changed. |
| EditorValidationTest::testInvalidDependencies | function | core/ |
Tests that validation fails if config dependencies are invalid. |
| EditorValidationTest::testInvalidFormat | function | core/ |
Tests validating an editor with a non-existent `format`. |
| EditorValidationTest::testInvalidPluginId | function | core/ |
Tests validating an editor with an unknown plugin ID. |
| EditorValidationTest::testLabelValidation | function | core/ |
Tests validation of config entity's label. |
| EditorValidationTest::testRequiredPropertyKeysMissing | function | core/ |
A property that is required must have a value (i.e. not NULL). |
| EditorValidationTest::testRequiredPropertyValuesMissing | function | core/ |
A property that is required must have a value (i.e. not NULL). |
| EditorXmlAnonTest | class | core/ |
Tests Editor Xml Anon. |
| EditorXmlAnonTest.php | file | core/ |
|
| EditorXmlAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EditorXmlAnonTest::$format | property | core/ |
The format to use in this test. |
| EditorXmlAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| EditorXmlBasicAuthTest | class | core/ |
Tests Editor Xml Basic Auth. |
| EditorXmlBasicAuthTest.php | file | core/ |
|
| EditorXmlBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| EditorXmlBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EditorXmlBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| EditorXmlBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| EditorXmlBasicAuthTest::$modules | property | core/ |
Modules to install. |
| EditorXmlCookieTest | class | core/ |
Tests Editor Xml Cookie. |
| EditorXmlCookieTest.php | file | core/ |
Pagination
- Previous page
- Page 71
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.