| ConfigEntityImportTest::doBlockUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a block during import. |
| ConfigEntityImportTest::doFilterFormatUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a filter format during import. |
| ConfigEntityImportTest::doImageStyleUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating an image style during import. |
| ConfigEntityImportTest::doSearchPageUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a search page during import. |
| ConfigEntityImportTest::doThirdPartySettingsUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating of third party settings. |
| ConfigEntityImportTest::testConfigUpdateImport |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Runs test methods for each module within a single test run. |
| ConfigEntityListMultilingualTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Tests the listing of configuration entities in a multilingual scenario. |
| ConfigEntityListMultilingualTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
|
| ConfigEntityListMultilingualTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
The theme to install as the default for testing. |
| ConfigEntityListMultilingualTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Modules to install. |
| ConfigEntityListMultilingualTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
|
| ConfigEntityListMultilingualTest::testListUI |
function |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Tests the listing UI with different language scenarios. |
| ConfigEntityListTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests the listing of configuration entities. |
| ConfigEntityListTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
|
| ConfigEntityListTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
The theme to install as the default for testing. |
| ConfigEntityListTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Modules to install. |
| ConfigEntityListTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
|
| ConfigEntityListTest::testList |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests entity list builder methods. |
| ConfigEntityListTest::testListUI |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests the listing UI. |
| ConfigEntityListTest::testPager |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests paging. |
| ConfigEntityMapperTest |
class |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests the functionality provided by the configuration entity mapper. |
| ConfigEntityMapperTest.php |
file |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
|
| ConfigEntityMapperTest::$configEntityMapper |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The configuration entity mapper to test. |
| ConfigEntityMapperTest::$entity |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The entity instance used for testing. |
| ConfigEntityMapperTest::$entityTypeManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The entity type manager used for testing. |
| ConfigEntityMapperTest::$eventDispatcher |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The mocked event dispatcher. |
| ConfigEntityMapperTest::$languageManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The mocked language manager. |
| ConfigEntityMapperTest::$routeProvider |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The route provider used for testing. |
| ConfigEntityMapperTest::setUp |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
|
| ConfigEntityMapperTest::testEntityGetterAndSetter |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::setEntity() and ConfigEntityMapper::getEntity(). |
| ConfigEntityMapperTest::testGetOperations |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getOperations(). |
| ConfigEntityMapperTest::testGetOverviewRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getOverviewRouteParameters(). |
| ConfigEntityMapperTest::testGetType |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getType(). |
| ConfigEntityMapperTest::testGetTypeLabel |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getTypeLabel(). |
| ConfigEntityMapperTest::testGetTypeName |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getTypeName(). |
| ConfigEntityNormalizerTest |
class |
core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php |
Tests Drupal\serialization\Normalizer\ConfigEntityNormalizer. |
| ConfigEntityNormalizerTest.php |
file |
core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php |
|
| ConfigEntityNormalizerTest::testDenormalize |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php |
Tests denormalize. |
| ConfigEntityNormalizerTest::testNormalize |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php |
Tests the normalize() method. |
| ConfigEntityNormalizeTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php |
Tests the listing of configuration entities. |
| ConfigEntityNormalizeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php |
|
| ConfigEntityNormalizeTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php |
Modules to install. |
| ConfigEntityNormalizeTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php |
|
| ConfigEntityNormalizeTest::testNormalize |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php |
Tests the normalization of configuration data when saved. |
| ConfigEntityQueryTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests Config Entity Query functionality. |
| ConfigEntityQueryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
|
| ConfigEntityQueryTest::$entities |
property |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Stores all config entities created for the test. |
| ConfigEntityQueryTest::$entityStorage |
property |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
The config entity storage used for testing. |
| ConfigEntityQueryTest::$factory |
property |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
The query factory used to construct all queries in the test. |
| ConfigEntityQueryTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Modules to install. |