| 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/FunctionalJavascript/Form/ConfigTargetTest.php |
Tests forms using #config_target and #ajax together. |
| ConfigTargetTest |
class |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
Tests forms using #config_target. |
| ConfigTargetTest.php |
file |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
|
| ConfigTargetTest.php |
file |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php |
The theme to install as the default for testing. |
| ConfigTargetTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
The theme to install as the default for testing. |
| ConfigTargetTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
Modules to install. |
| ConfigTargetTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php |
Modules to install. |
| ConfigTargetTest::providerMultiTargetWithoutCallables |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::providerTestFormCacheable |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::providerTestFromFormException |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::testDuplicateTargetsNotAllowed |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests duplicate targets not allowed. |
| ConfigTargetTest::testFormCacheable |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests form cacheable. |
| ConfigTargetTest::testFromFormConfigTarget |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form config target. |
| ConfigTargetTest::testFromFormException |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form exception. |
| ConfigTargetTest::testFromFormString |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form string. |
| ConfigTargetTest::testGetValueCorrectConfig |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::testIncorrectKey |
function |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
Tests #config_target with an incorrect key. |
| ConfigTargetTest::testMultiTarget |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::testMultiTargetWithoutCallables |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests multi target without callables. |
| ConfigTargetTest::testNested |
function |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
Tests #config_target where there is not a 1:1 property to element. |
| ConfigTargetTest::testNested |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php |
Tests #config_target with callbacks. |
| ConfigTargetTest::testSetValueCorrectConfig |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::testSetValueMultiTargetToConfigReturnValue |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests set value multi target to config return value. |
| ConfigTargetTest::testSingleTarget |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::testTree |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php |
Tests #config_target with no callbacks. |
| ConfigTargetTest::testTree |
function |
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php |
Tests #config_target where #tree is set to TRUE. |
| ConfigTest |
class |
core/modules/system/tests/src/Functional/File/ConfigTest.php |
Tests file system configuration operations. |
| ConfigTest |
class |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests the Config. |
| ConfigTest |
class |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Defines the ConfigTest configuration entity. |
| ConfigTest |
class |
core/modules/migrate/tests/src/Unit/destination/ConfigTest.php |
Tests Drupal\migrate\Plugin\migrate\destination\Config. |
| ConfigTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php |
Tests Drupal\Composer\Plugin\ProjectMessage\Message. |
| ConfigTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php |
Tests Drupal\Composer\Plugin\VendorHardening\Config. |
| ConfigTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php |
Tests the config source plugin. |
| ConfigTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php |
|