| ConfigSchemaTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests schema for configuration objects. |
| ConfigSchemaTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
|
| ConfigSchemaTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Modules to install. |
| ConfigSchemaTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
|
| ConfigSchemaTest::testColonsInSchemaTypeDetermination |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests use of colons in schema type determination. |
| ConfigSchemaTest::testConfigSaveMappingSort |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Test configuration value data type enforcement using schemas. |
| ConfigSchemaTest::testConfigSaveWithSchema |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests configuration value data type enforcement using schemas. |
| ConfigSchemaTest::testConfigSaveWithSequenceSorting |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests configuration sequence sorting using schemas. |
| ConfigSchemaTest::testConfigSaveWithWrappingSchema |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests saving config when the type is wrapped by a dynamic type. |
| ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests dynamic config schema type with multiple sub-key references. |
| ConfigSchemaTest::testConfigSchemaInfoAlter |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests hook_config_schema_info_alter(). |
| ConfigSchemaTest::testLangcodeRequiredIfTranslatableValuesConstraintError |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests exception is thrown for the root object. |
| ConfigSchemaTest::testSchemaData |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests metadata applied to configuration objects. |
| ConfigSchemaTest::testSchemaFallback |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests fallback to a greedy wildcard. |
| ConfigSchemaTest::testSchemaMapping |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests the basic metadata retrieval layer. |
| ConfigSchemaTest::testSchemaMappingWithParents |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests metadata retrieval with several levels of %parent indirection. |
| ConfigSchemaTestHooks |
class |
core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php |
Hook implementations for config_schema_test. |
| ConfigSchemaTestHooks.php |
file |
core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php |
|
| ConfigSchemaTestHooks::configSchemaInfoAlter |
function |
core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php |
Implements hook_config_schema_info_alter(). |
| ConfigSingleImportExportTest |
class |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests the user interface for importing/exporting a single configuration. |
| ConfigSingleImportExportTest.php |
file |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
|
| ConfigSingleImportExportTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
The theme to install as the default for testing. |
| ConfigSingleImportExportTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Modules to install. |
| ConfigSingleImportExportTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
|
| ConfigSingleImportExportTest::testExport |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests exporting a single configuration file. |
| ConfigSingleImportExportTest::testImport |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests importing a single configuration file. |
| ConfigSingleImportExportTest::testImportSimpleConfiguration |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests importing a simple configuration file. |
| ConfigSnapshotTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
Tests config snapshot creation and updating. |
| ConfigSnapshotTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
|
| ConfigSnapshotTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
Modules to install. |
| ConfigSnapshotTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
|
| ConfigSnapshotTest::testSnapshot |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
Tests config snapshot creation and updating. |
| ConfigStorageTestBase |
class |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Base class for testing storage operations. |
| ConfigStorageTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
|
| ConfigStorageTestBase::$invalidStorage |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
An invalid configuration storage. |
| ConfigStorageTestBase::$storage |
property |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
The configuration storage. |
| ConfigStorageTestBase::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Deletes configuration data from the storage. |
| ConfigStorageTestBase::insert |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Inserts configuration data in the storage. |
| ConfigStorageTestBase::read |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Reads configuration data from the storage. |
| ConfigStorageTestBase::testCollection |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Tests that the storage supports collections. |
| ConfigStorageTestBase::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Tests storage CRUD operations. |
| ConfigStorageTestBase::testDataTypes |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Tests storage writing and reading data preserving data type. |
| ConfigStorageTestBase::testInvalidStorage |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Tests an invalid storage. |
| ConfigStorageTestBase::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Updates configuration data in the storage. |
| ConfigTargetTest |
class |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests Drupal\Core\Form\ConfigTarget. |
| ConfigTargetTest |
class |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
Tests forms using #config_target. |
| ConfigTargetTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php |
Tests forms using #config_target and #ajax together. |
| ConfigTargetTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php |
|
| ConfigTargetTest.php |
file |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
|
| ConfigTargetTest.php |
file |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|