| 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. |
| 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? |
| EditorTest |
class |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
JSON:API integration test for the "Editor" config entity type. |
| EditorTest.php |
file |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
|
| EditorTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
The theme to install as the default for testing. |
| EditorTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
|
| EditorTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
The tested entity type. |
| EditorTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
Modules to install. |
| EditorTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
The name of the tested JSON:API resource type. |
| EditorTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
Creates another entity to be tested. |
| EditorTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
Creates the entity to be tested. |
| EditorTest::entityAccess |
function |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
Checks access for the given operation on the given entity. |
| EditorTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
Returns the expected JSON:API document for the entity. |
| EditorTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
Return the expected error message. |
| EditorTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
Returns the JSON:API POST document. |
| EditorTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/EditorTest.php |
Sets up the necessary authorization. |
| EditorTestHooks |
class |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Hook implementations for editor_test. |
| EditorTestHooks.php |
file |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
|
| EditorTestHooks::editorInfoAlter |
function |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Implements hook_editor_info_alter(). |
| EditorTestHooks::editorJsSettingsAlter |
function |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Implements hook_editor_js_settings_alter(). |
| EditorTestHooks::editorXssFilterAlter |
function |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Implements hook_editor_xss_filter_alter(). |
| EditorTestHooks::entityUpdate |
function |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Implements hook_entity_update(). |
| EditorTestHooks::filePresave |
function |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Implements hook_ENTITY_TYPE_presave() for file entities. |
| EditorTestTextLongItem |
class |
core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php |
Plugin implementation of the 'editor_test_text_long' field type. |
| EditorTestTextLongItem.php |
file |
core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php |
|
| EditorValidationTest |
class |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests validation of editor entities. |
| EditorValidationTest.php |
file |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
|
| EditorValidationTest::$modules |
property |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Modules to install. |
| EditorValidationTest::$propertiesWithRequiredKeys |
property |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
The config entity mapping properties with >=1 required keys. |
| EditorValidationTest::setUp |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
|
| EditorValidationTest::testImageUploadSettingsAreDynamicallyRequired |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Test validation when dynamically changing image upload settings. |
| EditorValidationTest::testImageUploadSettingsValidation |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests image upload settings validation. |
| EditorValidationTest::testImmutableProperties |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests that immutable properties cannot be changed. |
| EditorValidationTest::testInvalidDependencies |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests that validation fails if config dependencies are invalid. |
| EditorValidationTest::testInvalidFormat |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests validating an editor with a non-existent `format`. |
| EditorValidationTest::testInvalidPluginId |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests validating an editor with an unknown plugin ID. |
| EditorValidationTest::testLabelValidation |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests validation of config entity's label. |
| EditorValidationTest::testRequiredPropertyKeysMissing |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
A property that is required must have a value (i.e. not NULL). |
| EditorValidationTest::testRequiredPropertyValuesMissing |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
A property that is required must have a value (i.e. not NULL). |
| EditorXmlAnonTest |
class |
core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php |
Tests Editor Xml Anon. |
| EditorXmlAnonTest.php |
file |
core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php |
|
| EditorXmlAnonTest::$defaultTheme |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php |
The theme to install as the default for testing. |
| EditorXmlAnonTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php |
The format to use in this test. |
| EditorXmlAnonTest::$mimeType |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php |
The MIME type that corresponds to $format. |
| EditorXmlBasicAuthTest |
class |
core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php |
Tests Editor Xml Basic Auth. |