Search for query
- Search 7.x for query
- Search 9.5.x for query
- Search 10.3.x for query
- Search 11.x for query
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Query | class | core/ |
Alters entity queries to use a workspace revision instead of the default one. |
| Query | class | core/ |
Defines the entity query for configuration entities. |
| Query | class | core/ |
Base class for query builders. |
| Query | class | core/ |
The SQL storage entity query class. |
| Query | class | core/ |
Defines the entity query for configuration entities. |
| Query | class | core/ |
Defines the entity query for entities stored in a key value backend. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityQueryTest::$bundles | property | core/ |
A list of bundle machine names created for this test. |
| EntityQueryTest::$figures | property | core/ |
Field name for the figures field. |
| EntityQueryTest::$greetings | property | core/ |
Field name for the greetings field. |
| EntityQueryTest::$modules | property | core/ |
Modules to enable. |
| EntityQueryTest::$queryResults | property | core/ |
|
| EntityQueryTest::$storage | property | core/ |
The entity_test_mulrev entity storage. |
| EntityQueryTest::assertBundleOrder | function | core/ |
|
| EntityQueryTest::assertResult | function | core/ |
|
| EntityQueryTest::assertRevisionResult | function | core/ |
|
| EntityQueryTest::setUp | function | core/ |
|
| EntityQueryTest::testBaseFieldMultipleColumns | function | core/ |
Test base fields with multiple columns. |
| EntityQueryTest::testCaseSensitivity | function | core/ |
Test case sensitive and in-sensitive query conditions. |
| EntityQueryTest::testConditionCount | function | core/ |
Tests that condition count returns expected number of conditions. |
| EntityQueryTest::testConditionOnRevisionMetadataKeys | function | core/ |
Tests entity queries with condition on the revision metadata keys. |
| EntityQueryTest::testCount | function | core/ |
Test that count queries are separated across entity types. |
| EntityQueryTest::testDelta | function | core/ |
Test queries with delta conditions. |
| EntityQueryTest::testEntityQuery | function | core/ |
Test basic functionality. |
| EntityQueryTest::testInjectionInCondition | function | core/ |
Test against SQL inject of condition field. This covers a database driver's EntityQuery\Condition class. |
| EntityQueryTest::testMetaData | function | core/ |
Test adding a tag and metadata to the Entity query object. |
| EntityQueryTest::testNestedConditionGroups | function | core/ |
Tests that nested condition groups work as expected. |
| EntityQueryTest::testPendingRevisions | function | core/ |
Test pending revisions. |
| EntityQueryTest::testSort | function | core/ |
Test sort(). |
| EntityQueryTest::testTableSort | function | core/ |
Test tablesort(). |
| EntityQueryTest::testToString | function | core/ |
Tests __toString(). |
| EntityQueryTest::testWithTwoEntityReferenceFieldsToSameEntityType | function | core/ |
Tests that EntityQuery works when querying the same entity from two fields. |
| EntityReference::query | function | core/ |
Add anything to the query that we might need to. |
| EntityResource::executeQueryInRenderContext | function | core/ |
Executes the query in a render context, to catch bubbled cacheability. |
| EntityResource::getCollectionCountQuery | function | core/ |
Gets a basic query for a collection count. |
| EntityResource::getCollectionQuery | function | core/ |
Gets a basic query for a collection. |
| EntityReverse::query | function | core/ |
Called to implement a relationship in a query. |
| EntityRow::query | function | core/ |
Add anything to the query that we might need to. |
| EntityStorageBase::buildPropertyQuery | function | core/ |
Builds an entity query. |
| EntityStorageBase::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
| EntityStorageBase::getQuery | function | core/ |
Gets an entity query instance. |
| EntityStorageBase::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
| EntityStorageInterface::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
| EntityStorageInterface::getQuery | function | core/ |
Gets an entity query instance. |
| EntityTranslationRendererBase::query | function | core/ |
Alters the query if needed. |
| EntityTranslationSettings::query | function | core/ |
|
| entity_test_query_entity_test_access_alter | function | core/ |
Implements hook_query_entity_test_access_alter(). |
| ExposedFormPluginBase::query | function | core/ |
Add anything to the query that we might need to. |
| Extension::query | function | core/ |
|
| FetchTest::testQueryFetchAllColumn | function | core/ |
Confirms that we can fetch all records into an array explicitly. |
| FetchTest::testQueryFetchArray | function | core/ |
Confirms that we can fetch a record to an associative array explicitly. |
| FetchTest::testQueryFetchBoth | function | core/ |
Confirms that we can fetch a record into a doubly-keyed array explicitly. |
| FetchTest::testQueryFetchClass | function | core/ |
Confirms that we can fetch a record into a new instance of a custom class. |
| FetchTest::testQueryFetchClasstype | function | core/ |
Confirms that we can fetch a record into a new instance of a custom class. The name of the class is determined from a value of the first column. |
| FetchTest::testQueryFetchCol | function | core/ |
Confirms that we can fetch an entire column of a result set at once. |
| FetchTest::testQueryFetchDefault | function | core/ |
Confirms that we can fetch a record properly in default object mode. |
| FetchTest::testQueryFetchNum | function | core/ |
Confirms that we can fetch a record into an indexed array explicitly. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.