| 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 |
|
| EntityOperationsTest::testArchive |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Verifies that an unpublished state may be made the default revision. |
| EntityOperationsTest::testEntityOperationAlter |
function |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
Checks that hook_entity_operation_alter() can add an operation. |
| EntityOperationsTest::testPendingRevisions |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Verifies that the process of saving pending revisions works as expected. |
| EntityOperationsTest::testPublishedCreation |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Verifies that a newly-created node can go straight to published. |
| EntityOperationsUnitTest |
class |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests Drupal\views\Plugin\views\field\EntityOperations. |
| EntityOperationsUnitTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
|
| EntityOperationsUnitTest::$entityRepository |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The entity repository. |
| EntityOperationsUnitTest::$entityTypeManager |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The entity type manager. |
| EntityOperationsUnitTest::$languageManager |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The language manager. |
| EntityOperationsUnitTest::$plugin |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The plugin under test. |
| EntityOperationsUnitTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
@legacy-covers ::__construct |
| EntityOperationsUnitTest::testDefineOptions |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests define options. |
| EntityOperationsUnitTest::testRenderWithDestination |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests render with destination. |
| EntityOperationsUnitTest::testRenderWithoutDestination |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests render without destination. |
| EntityOperationsUnitTest::testRenderWithoutEntity |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests render without entity. |
| EntityOperationsUnitTest::testUsesGroupBy |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests uses group by. |