| ConfigExportUITest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigExportUITest.php |
|
| ConfigExportUITest::testExport |
function |
core/modules/config/tests/src/Functional/ConfigExportUITest.php |
Tests export of configuration. |
| ConfigFactoryOverrideBaseTest |
class |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
Tests Drupal\Core\Config\ConfigFactoryOverrideBase. |
| ConfigFactoryOverrideBaseTest.php |
file |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
|
| ConfigFactoryOverrideBaseTest::providerTestFilterNestedArray |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
|
| ConfigFactoryOverrideBaseTest::testFilterNestedArray |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
Tests filter nested array. |
| ConfigFactoryTest |
class |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
Tests Drupal\Core\Config\ConfigFactory. |
| ConfigFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
|
| ConfigFactoryTest::$cacheTagsInvalidator |
property |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
The mocked cache tags invalidator. |
| ConfigFactoryTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
Config factory under test. |
| ConfigFactoryTest::$eventDispatcher |
property |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
Event Dispatcher. |
| ConfigFactoryTest::$storage |
property |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
Storage. |
| ConfigFactoryTest::$typedConfig |
property |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
Typed Config. |
| ConfigFactoryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
|
| ConfigFactoryTest::testRename |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
Tests rename. |
| ConfigFieldDefinitionTest |
class |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
Tests exposing field definitions for configurable fields. |
| ConfigFieldDefinitionTest.php |
file |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
|
| ConfigFieldDefinitionTest::$bundle |
property |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
|
| ConfigFieldDefinitionTest::$entityType |
property |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
|
| ConfigFieldDefinitionTest::setUp |
function |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
Set the default field storage backend for fields created during tests. |
| ConfigFieldDefinitionTest::testBundleFieldDefinition |
function |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
Makes sure a field definition is exposed for a configurable field. |
| ConfigFieldDefinitionTest::testFieldStorageDefinition |
function |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
Makes sure a field storage definition is exposed for a configurable field. |
| ConfigFieldMapperTest |
class |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
Tests the functionality provided by the configuration field mapper. |
| ConfigFieldMapperTest.php |
file |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
|
| ConfigFieldMapperTest::$configFieldMapper |
property |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
The configuration field mapper to test. |
| ConfigFieldMapperTest::$entity |
property |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
The field config instance used for testing. |
| ConfigFieldMapperTest::$entityTypeManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
The entity type manager used for testing. |
| ConfigFieldMapperTest::$eventDispatcher |
property |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
The mocked event dispatcher. |
| ConfigFieldMapperTest::setUp |
function |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
|
| ConfigFieldMapperTest::testSetEntity |
function |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
Tests ConfigFieldMapper::setEntity(). |
| ConfigFileContentTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Tests reading and writing of configuration files. |
| ConfigFileContentTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
|
| ConfigFileContentTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Exempt from strict schema checking. |
| ConfigFileContentTest::testReadWriteConfig |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Tests setting, writing, and reading of a configuration setting. |
| ConfigFileContentTest::testSerialization |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php |
Tests serialization of configuration to file. |
| ConfigFormBaseTraitTest |
class |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
Tests Drupal\Core\Form\ConfigFormBaseTrait. |
| ConfigFormBaseTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
|
| ConfigFormBaseTraitTest::testConfig |
function |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
Tests config. |
| ConfigFormBaseTraitTest::testConfigFactoryException |
function |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
Tests config factory exception. |
| ConfigFormBaseTraitTest::testConfigFactoryExceptionInvalidProperty |
function |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
Tests config factory exception invalid property. |
| ConfigFormOverrideTest |
class |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
Tests config overrides do not appear on forms that extend ConfigFormBase. |
| ConfigFormOverrideTest.php |
file |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
|
| ConfigFormOverrideTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
The theme to install as the default for testing. |
| ConfigFormOverrideTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
Modules to install. |
| ConfigFormOverrideTest::OVERRIDE_TEXT |
constant |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
Message text that appears when forms have values for overridden config. |
| ConfigFormOverrideTest::testFormsWithOverrides |
function |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
Tests that overrides do not affect forms. |
| ConfigFormTestBase |
class |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
Full generic test suite for any form that data with the configuration system. |
| ConfigFormTestBase.php |
file |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
|
| ConfigFormTestBase::$form |
property |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
Form ID to use for testing. |
| ConfigFormTestBase::$values |
property |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
Values to use for testing. |