| EntityLoadByUuidTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
|
| EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
Ensures that ::loadEntityByUuid() doesn't apply access checking. |
| EntityMethodConfigActionsTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests entity method config actions. |
| EntityMethodConfigActionsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
|
| EntityMethodConfigActionsTest::$configActionManager |
property |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
The configuration action manager. |
| EntityMethodConfigActionsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Modules to install. |
| EntityMethodConfigActionsTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
|
| EntityMethodConfigActionsTest::testRemoveComponentFromDisplay |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests remove component from display. |
| EntityMethodConfigActionsTest::testSet |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests set. |
| EntityMethodConfigActionsTest::testSetMultipleThirdPartySettings |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests setting multiple third party settings. |
| EntityMethodConfigActionsTest::testSetNestedProperty |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Test setting a nested property on a config entity. |
| EntityMethodConfigActionsTest::testSetPropertiesWillNotChangeEntityKeys |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests that the setProperties action refuses to modify entity IDs or UUIDs. |
| EntityMethodConfigActionsTest::testSetSingleThirdPartySetting |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests set single third party setting. |
| EntityMethodConfigActionsTest::testSetStatus |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests set status. |
| EntityMethodConfigActionsTest::testSimpleConfigUpdateFailsOnEntities |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests that the simpleConfigUpdate action cannot be used on entities. |
| EntityModerationRouteProvider::getLatestVersionRoute |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Gets the moderation-form route. |
| EntityNonRevisionableTranslatableFieldTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
Tests translating a non-revisionable field. |
| EntityNonRevisionableTranslatableFieldTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
|
| EntityNonRevisionableTranslatableFieldTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
Modules to install. |
| EntityNonRevisionableTranslatableFieldTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
|
| EntityNonRevisionableTranslatableFieldTest::testTranslatingNonRevisionableField |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
Tests translating a non-revisionable field. |
| EntityNormalizerTest |
class |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests Drupal\serialization\Normalizer\EntityNormalizer. |
| EntityNormalizerTest.php |
file |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
|
| EntityNormalizerTest::$entityFieldManager |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock entity field manager. |
| EntityNormalizerTest::$entityNormalizer |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The entity normalizer. |
| EntityNormalizerTest::$entityTypeManager |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock entity type manager. |
| EntityNormalizerTest::$entityTypeRepository |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock entity type repository. |
| EntityNormalizerTest::$serializer |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
The mock serializer. |
| EntityNormalizerTest::setUp |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
|
| EntityNormalizerTest::testDenormalizeWithInvalidBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with a bundle property. |
| EntityNormalizerTest::testDenormalizeWithNoBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with no bundle defined. |
| EntityNormalizerTest::testDenormalizeWithNoEntityType |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize() method with no entity type provided in context. |
| EntityNormalizerTest::testDenormalizeWithNoFieldableEntityType |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with no bundle defined. |
| EntityNormalizerTest::testDenormalizeWithValidBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with a bundle property. |
| EntityNormalizerTest::testNormalize |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the normalize() method. |
| EntityOperations::entityQueryTagLatestTranslatedAffectedRevisionAlter |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_query_tag__TAG_alter() for 'latest_translated_affected_revision'. |
| EntityOperationsCacheabilityTest |
class |
core/modules/system/tests/src/Kernel/Entity/EntityOperationsCacheabilityTest.php |
Tests cacheability added by entity operations. |
| EntityOperationsCacheabilityTest.php |
file |
core/modules/system/tests/src/Kernel/Entity/EntityOperationsCacheabilityTest.php |
|
| EntityOperationsCacheabilityTest::providerEntityOperationsCacheability |
function |
core/modules/system/tests/src/Kernel/Entity/EntityOperationsCacheabilityTest.php |
Data provider for testEntityOperationsCacheability(). |
| EntityOperationsCacheabilityTest::testEntityOperationsCacheability |
function |
core/modules/system/tests/src/Kernel/Entity/EntityOperationsCacheabilityTest.php |
Test cacheability is added via entity operations functions and hooks. |
| EntityOperationsTest |
class |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Tests Drupal\content_moderation\EntityOperations. |
| EntityOperationsTest |
class |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
Tests that operations can be injected from the hook. |
| EntityOperationsTest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
|
| EntityOperationsTest.php |
file |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
|
| EntityOperationsTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
The theme to install as the default for testing. |
| EntityOperationsTest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
Modules to install. |
| EntityOperationsTest::$modules |
property |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Modules to install. |
| EntityOperationsTest::createNodeType |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Creates a page node type to test with, ensuring that it's moderated. |
| EntityOperationsTest::setUp |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
|
| EntityOperationsTest::setUp |
function |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
|