Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
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.
EntityQueryServiceDeprecation class core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php Tests the move of the &#039;pgsql.entity.query.sql&#039; service.
EntityQueryServiceDeprecation.php file core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php
EntityQueryServiceDeprecation::testFactoryOverriddenService function core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php Tests getting the backend overridden service does not trigger deprecations.
EntityQueryServiceDeprecation::testPostgresServiceDeprecated function core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php Tests that the core provided service is deprecated.
EntityQueryServiceDeprecation::testPostgresServiceNotDeprecated function core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.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
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 @internal
EntityQueryTest::assertResult function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php @internal
EntityQueryTest::assertRevisionResult function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php @internal
EntityQueryTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php
EntityQueryTest::testAccessCheckSpecified function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test the accessCheck method is called.
EntityQueryTest::testAlterHook function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Test the entity query alter hooks are invoked.
EntityQueryTest::testBaseFieldMultipleColumns function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests base fields with multiple columns.
EntityQueryTest::testCaseSensitivity function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests case sensitive and in-sensitive query conditions.
EntityQueryTest::testConditionCount function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests that condition count returns expected number of conditions.
EntityQueryTest::testConditionOnRevisionMetadataKeys function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests entity queries with condition on the revision metadata keys.
EntityQueryTest::testCount function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests that count queries are separated across entity types.
EntityQueryTest::testDelta function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests queries with delta conditions.
EntityQueryTest::testEntityQuery function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests basic functionality.
EntityQueryTest::testInjectionInCondition function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests SQL inject of condition field.
EntityQueryTest::testMetaData function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests adding a tag and metadata to the Entity query object.
EntityQueryTest::testNestedConditionGroups function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests that nested condition groups work as expected.
EntityQueryTest::testPendingRevisions function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests pending revisions.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.