| ConfigTest::addToArray |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Adds a value to the array property. |
| ConfigTest::append |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Appends to protected property. |
| ConfigTest::assertConfigDataEquals |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Asserts all config data equals $data provided. |
| ConfigTest::assertOriginalConfigDataEquals |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Asserts all original config data equals $data provided. |
| ConfigTest::assertOverriddenKeys |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Asserts that the correct keys are overridden. |
| ConfigTest::calculateDependencies |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Calculates dependencies and stores them in the dependency property. |
| ConfigTest::concatProtectedProperty |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Concatenates the two params and sets the protected property value. |
| ConfigTest::concatProtectedPropertyOptional |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Concatenates up to two params and sets the protected property value. |
| ConfigTest::defaultProtectedProperty |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Sets the protected property to a default value. |
| ConfigTest::getArrayProperty |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Gets the array property value. |
| ConfigTest::getProtectedProperty |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Gets the protected property value. |
| ConfigTest::isInstallable |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Checks whether this entity is installable. |
| ConfigTest::mergeDataProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides data to test merges. |
| ConfigTest::nestedDataProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides nested test data. |
| ConfigTest::onDependencyRemoval |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Informs the entity that entities it depends on will be deleted. |
| ConfigTest::overrideDataProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides override data. |
| ConfigTest::postDelete |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Acts on deleted entities before the delete hook is invoked. |
| ConfigTest::postSave |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Acts on a saved entity before the insert or update hook is invoked. |
| ConfigTest::provideGetMessageText |
function |
core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php |
|
| ConfigTest::providerSource |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php |
Provides source data for ::testSource. |
| ConfigTest::setArray |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Sets the array property. |
| ConfigTest::setEnforcedDependencies |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Sets the enforced dependencies. |
| ConfigTest::setNameProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides config names to test. |
| ConfigTest::setProtectedProperty |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Sets the protected property value. |
| ConfigTest::setUp |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
|
| ConfigTest::setUp |
function |
core/modules/system/tests/src/Functional/File/ConfigTest.php |
|
| ConfigTest::setUpBeforeClass |
function |
core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php |
|
| ConfigTest::simpleDataProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides simple test data. |
| ConfigTest::sort |
function |
core/modules/config/tests/config_test/src/Entity/ConfigTest.php |
Callback for uasort() to sort configuration entities by weight and label. |
| ConfigTest::testClear |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests clear. |
| ConfigTest::testDefaultFile |
function |
core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php |
Tests default file. |
| ConfigTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests delete. |
| ConfigTest::testFileConfigurationPage |
function |
core/modules/system/tests/src/Functional/File/ConfigTest.php |
Tests file configuration page. |
| ConfigTest::testGetCacheTags |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests get cache tags. |
| ConfigTest::testGetMessageText |
function |
core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php |
Tests get message text. |
| ConfigTest::testGetPathsForPackageMixedCase |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php |
Tests get paths for package mixed case. |
| ConfigTest::testImport |
function |
core/modules/migrate/tests/src/Unit/destination/ConfigTest.php |
Tests the import method. |
| ConfigTest::testInitWithData |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests init with data. |
| ConfigTest::testIsNew |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests is new. |
| ConfigTest::testLanguageImport |
function |
core/modules/migrate/tests/src/Unit/destination/ConfigTest.php |
Tests the import method. |
| ConfigTest::testMerge |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests merge. |
| ConfigTest::testMixedCaseConfigCleanupPackages |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php |
Tests mixed case config cleanup packages. |
| ConfigTest::testNestedClear |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests nested clear. |
| ConfigTest::testNoRootMergeConfig |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php |
Tests no root merge config. |
| ConfigTest::testOverrideData |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests override data. |
| ConfigTest::testRootMergeConfig |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php |
Tests root merge config. |
| ConfigTest::testSafeStringHandling |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests safe string handling. |
| ConfigTest::testSaveExisting |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests save existing. |
| ConfigTest::testSaveNew |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests save new. |
| ConfigTest::testSetData |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests set data. |