| EntityPublishedTrait.php |
file |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php |
|
| EntityPublishedTrait::isPublished |
function |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php |
|
| EntityPublishedTrait::publishedBaseFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php |
Returns an array of base field definitions for publishing status. |
| EntityPublishedTrait::setPublished |
function |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php |
|
| EntityPublishedTrait::setUnpublished |
function |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php |
|
| 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. |
| EntityQueryRelationshipTest::$terms |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Term entities. |
| EntityQueryRelationshipTest::assertResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Assert the results. |
| EntityQueryRelationshipTest::providerTestInvalidFieldName |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Data provider for testInvalidFieldName(). |
| EntityQueryRelationshipTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
|
| EntityQueryRelationshipTest::testInvalidFieldName |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Tests a non-existent field name in a complex query relationship. |
| EntityQueryRelationshipTest::testInvalidSpecifier |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Tests the invalid specifier in the query relationship. |
| EntityQueryRelationshipTest::testQuery |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Tests querying. |
| EntityQueryServiceDeprecationTest |
class |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
Tests the move of the 'pgsql.entity.query.sql' service. |
| EntityQueryServiceDeprecationTest.php |
file |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
|
| EntityQueryServiceDeprecationTest::testFactoryOverriddenService |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
Tests getting the backend overridden service does not trigger deprecations. |
| EntityQueryServiceDeprecationTest::testPostgresServiceDeprecated |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
Tests that the core provided service is deprecated. |
| EntityQueryServiceDeprecationTest::testPostgresServiceNotDeprecated |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
Tests that the pgsql provided service is not deprecated. |
| EntityQueryTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests Entity Query functionality. |
| EntityQueryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
|
| EntityQueryTest::$bundles |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
A list of bundle machine names created for this test. |
| EntityQueryTest::$figures |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Field name for the figures field. |
| EntityQueryTest::$greetings |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Field name for the greetings field. |
| EntityQueryTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Modules to install. |
| EntityQueryTest::$queryResults |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
An array of entity IDs keyed by the revision or entity ID. |
| EntityQueryTest::$storage |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
The entity_test_mulrev entity storage. |
| EntityQueryTest::assertBundleOrder |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Asserts the bundle order. |