| 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. |
| EntityOriginalDeprecationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php |
Tests the deprecations of the original property. |
| EntityOriginalDeprecationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php |
|
| EntityOriginalDeprecationTest::testOriginalMagicGetSet |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php |
Tests deprecation of the original property. |
| EntityPermissionsFormTest |
class |
core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php |
Tests the permissions administration form for a bundle. |
| EntityPermissionsFormTest.php |
file |
core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php |
|
| EntityPermissionsFormTest::providerTestPermissionsByProvider |
function |
core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php |
Provides data for the testPermissionsByProvider method. |
| EntityPermissionsFormTest::testPermissionsByProvider |
function |
core/modules/user/tests/src/Unit/Form/EntityPermissionsFormTest.php |
Tests generating the permissions list. |
| EntityPermissionsRouteProviderWithCheckTest |
class |
core/modules/user/tests/src/Unit/Entity/EntityPermissionsRouteProviderWithCheckTest.php |
Tests the route provider deprecation. |
| EntityPermissionsRouteProviderWithCheckTest.php |
file |
core/modules/user/tests/src/Unit/Entity/EntityPermissionsRouteProviderWithCheckTest.php |
|
| EntityPermissionsRouteProviderWithCheckTest::testEntityPermissionsRouteProviderWithCheck |
function |
core/modules/user/tests/src/Unit/Entity/EntityPermissionsRouteProviderWithCheckTest.php |
Tests the route provider deprecation. |
| EntityQueryAccessTest |
class |
core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php |
Tests that Views respects 'ENTITY_TYPE_access' query tags. |
| EntityQueryAccessTest.php |
file |
core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php |
|
| EntityQueryAccessTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php |
The theme to install as the default for testing. |
| EntityQueryAccessTest::$modules |
property |
core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php |
Modules to install. |
| EntityQueryAccessTest::testBlockContentEntityQueryAccess |
function |
core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php |
Tests that the 'block_content_access' query tag is respected by Views. |
| EntityQueryAccessTest::testMediaEntityQueryAccess |
function |
core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php |
Tests that the 'media_access' query tag is respected by Views. |
| EntityQueryAggregateTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Tests the Entity Query Aggregation API. |
| EntityQueryAggregateTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
|
| EntityQueryAggregateTest::$entityStorage |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
The entity_test storage to create the test entities. |
| EntityQueryAggregateTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Modules to install. |
| EntityQueryAggregateTest::$queryResult |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
The actual query result, to compare later. |
| EntityQueryAggregateTest::assertResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Asserts the results as expected regardless of order between and in rows. |
| EntityQueryAggregateTest::assertSortedResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Asserts the results as expected regardless of order in rows. |
| EntityQueryAggregateTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
|
| EntityQueryAggregateTest::testAggregation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Tests aggregation support. |
| EntityQueryAggregateTest::testAlterHook |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Tests that entity query alter hooks are invoked for aggregate queries. |
| EntityQueryAggregateTest::testRepeatedExecution |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php |
Tests preparing a query and executing twice. |
| EntityQueryRelationshipTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Tests the Entity Query relationship API. |
| EntityQueryRelationshipTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
|
| EntityQueryRelationshipTest::$accounts |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
User entities. |
| EntityQueryRelationshipTest::$entities |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
The entity_test entities. |
| EntityQueryRelationshipTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
The name of the taxonomy field used for test. |
| EntityQueryRelationshipTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Modules to install. |
| EntityQueryRelationshipTest::$queryResults |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
The results returned by EntityQuery. |