| 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. |
| EditorXmlBasicAuthTest.php |
file |
core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php |
|
| EditorXmlBasicAuthTest::$auth |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| EditorXmlBasicAuthTest::$defaultTheme |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| EditorXmlBasicAuthTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php |
The format to use in this test. |
| EditorXmlBasicAuthTest::$mimeType |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| EditorXmlBasicAuthTest::$modules |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php |
Modules to install. |
| EditorXmlCookieTest |
class |
core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php |
Tests Editor Xml Cookie. |
| EditorXmlCookieTest.php |
file |
core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php |
|
| EditorXmlCookieTest::$auth |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php |
The authentication mechanism to use in this test. |
| EditorXmlCookieTest::$defaultTheme |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php |
The theme to install as the default for testing. |
| EditorXmlCookieTest::$format |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php |
The format to use in this test. |
| EditorXmlCookieTest::$mimeType |
property |
core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php |
The MIME type that corresponds to $format. |
| editor_private_test.info.yml |
file |
core/modules/editor/tests/modules/editor_private_test/editor_private_test.info.yml |
core/modules/editor/tests/modules/editor_private_test/editor_private_test.info.yml |
| editor_test.info.yml |
file |
core/modules/editor/tests/modules/editor_test/editor_test.info.yml |
core/modules/editor/tests/modules/editor_test/editor_test.info.yml |
| editor_test.libraries.yml |
file |
core/modules/editor/tests/modules/editor_test/editor_test.libraries.yml |
core/modules/editor/tests/modules/editor_test/editor_test.libraries.yml |
| editor_test.schema.yml |
file |
core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml |
core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml |
| ElementInfoIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php |
Tests the element info. |
| ElementInfoIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php |
|
| ElementInfoIntegrationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php |
|
| ElementInfoIntegrationTest::testElementInfoByTheme |
function |
core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php |
Ensures that the element info can be altered by themes. |
| ElementInfoManagerTest |
class |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
Tests Drupal\Core\Render\ElementInfoManager. |
| ElementInfoManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
|
| ElementInfoManagerTest::$cache |
property |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
The cache backend to use. |
| ElementInfoManagerTest::$elementInfo |
property |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
The mocked element_info. |
| ElementInfoManagerTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
The mocked module handler. |
| ElementInfoManagerTest::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
The mocked theme handler. |
| ElementInfoManagerTest::$themeManager |
property |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
The mocked theme manager. |
| ElementInfoManagerTest::providerTestGetInfoElementPlugin |
function |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
Provides tests data for testGetInfoElementPlugin(). |
| ElementInfoManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
@legacy-covers ::__construct |
| ElementInfoManagerTest::testGetInfoElementPlugin |
function |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
Tests the getInfo() method when render element plugins are used. |
| ElementInfoManagerTest::testGetInfoProperty |
function |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
Tests get info property. |
| ElementInfoTestHooks |
class |
core/modules/system/tests/modules/element_info_test/src/Hook/ElementInfoTestHooks.php |
Hook implementations for element_info_test. |
| ElementInfoTestHooks.php |
file |
core/modules/system/tests/modules/element_info_test/src/Hook/ElementInfoTestHooks.php |
|
| ElementInfoTestHooks::elementInfoAlter |
function |
core/modules/system/tests/modules/element_info_test/src/Hook/ElementInfoTestHooks.php |
Implements hook_element_info_alter(). |