| 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. |
| ConfigEntityQueryTest::$queryResults |
property |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Stores the search results for alter comparison. |
| ConfigEntityQueryTest::assertResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Asserts the results as expected regardless of order. |
| ConfigEntityQueryTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
|
| ConfigEntityQueryTest::testAlterHook |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Test the entity query alter hooks are invoked. |
| ConfigEntityQueryTest::testCaseSensitivity |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests case sensitivity. |
| ConfigEntityQueryTest::testConfigEntityQuery |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests basic functionality. |
| ConfigEntityQueryTest::testCount |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests count query. |
| ConfigEntityQueryTest::testDotted |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests dotted path matching. |
| ConfigEntityQueryTest::testLookupKeys |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests lookup keys are added to the key value store. |
| ConfigEntityQueryTest::testSortRange |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests sorting and range on config entity queries. |
| ConfigEntityQueryTest::testStringIdConditions |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests ID conditions. |
| ConfigEntityQueryTest::testTableSort |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests sorting with tableSort on config entity queries. |
| ConfigEntityResourceTestBase |
class |
core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php |
Resource test base class for config entities. |
| ConfigEntityResourceTestBase |
class |
core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php |
Resource test base class for config entities. |
| ConfigEntityResourceTestBase.php |
file |
core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php |
|
| ConfigEntityResourceTestBase.php |
file |
core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php |
|
| ConfigEntityResourceTestBase::setUp |
function |
core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php |
|
| ConfigEntityResourceTestBase::setUp |
function |
core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php |
|
| ConfigEntityResourceTestBase::SKIP_METHODS |
constant |
core/modules/jsonapi/tests/src/Functional/ConfigEntityResourceTestBase.php |
A list of test methods to skip. |
| ConfigEntityResourceTestBase::SKIP_METHODS |
constant |
core/modules/rest/tests/src/Functional/EntityResource/ConfigEntityResourceTestBase.php |
A list of test methods to skip. |
| ConfigEntityStaticCacheTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php |
Tests the entity static cache when used by config entities. |
| ConfigEntityStaticCacheTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php |
|
| ConfigEntityStaticCacheTest::$entityId |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php |
The entity ID of the entity under test. |
| ConfigEntityStaticCacheTest::$entityTypeId |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php |
The type ID of the entity under test. |
| ConfigEntityStaticCacheTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php |
Modules to install. |