Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityFieldQuery::addMetaData | function | includes/ |
Adds additional metadata to the query. |
| EntityFieldQuery::addTag | function | includes/ |
Adds a tag to the query. |
| EntityFieldQuery::age | function | includes/ |
Queries the current or every revision. |
| EntityFieldQuery::count | function | includes/ |
Sets the query to be a count query only. |
| EntityFieldQuery::deleted | function | includes/ |
Filters on the data being deleted. |
| EntityFieldQuery::entityCondition | function | includes/ |
Adds a condition on entity-generic metadata. |
| EntityFieldQuery::entityOrderBy | function | includes/ |
Orders the result set by entity-generic metadata. |
| EntityFieldQuery::execute | function | includes/ |
Executes the query. |
| EntityFieldQuery::fieldCondition | function | includes/ |
Adds a condition on field values. |
| EntityFieldQuery::fieldDeltaCondition | function | includes/ |
Adds a condition on the field delta column. |
| EntityFieldQuery::fieldLanguageCondition | function | includes/ |
Adds a condition on the field language column. |
| EntityFieldQuery::fieldOrderBy | function | includes/ |
Orders the result set by a given field column. |
| EntityFieldQuery::finishQuery | function | includes/ |
Finishes the query. |
| EntityFieldQuery::initializePager | function | includes/ |
Gets the total number of results and initializes a pager for the query. |
| EntityFieldQuery::pager | function | includes/ |
Enables a pager for the query. |
| EntityFieldQuery::propertyCondition | function | includes/ |
Adds a condition on an entity-specific property. |
| EntityFieldQuery::propertyOrderBy | function | includes/ |
Orders the result set by an entity-specific property. |
| EntityFieldQuery::propertyQuery | function | includes/ |
Queries entity tables in SQL for property conditions and sorts. |
| EntityFieldQuery::queryCallback | function | includes/ |
Determines the query callback to use for this entity query. |
| EntityFieldQuery::range | function | includes/ |
Restricts a query to a given range in the result set. |
| EntityFieldQuery::RETURN_ALL | constant | includes/ |
Indicates that both deleted and non-deleted fields should be returned. |
| EntityFieldQuery::tableSort | function | includes/ |
Enables sortable tables for this query. |
| EntityFieldQueryException | class | includes/ |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
| EntityFieldQueryTestCase | class | modules/ |
Tests EntityFieldQuery. |
| EntityFieldQueryTestCase::$fields | property | modules/ |
|
| EntityFieldQueryTestCase::$field_names | property | modules/ |
|
| EntityFieldQueryTestCase::$instances | property | modules/ |
|
| EntityFieldQueryTestCase::assertEntityFieldQuery | function | modules/ |
Fetches the results of an EntityFieldQuery and compares. |
| EntityFieldQueryTestCase::getInfo | function | modules/ |
|
| EntityFieldQueryTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| EntityFieldQueryTestCase::testEntityFieldQuery | function | modules/ |
Tests EntityFieldQuery. |
| EntityFieldQueryTestCase::testEntityFieldQueryAccess | function | modules/ |
Tests EntityFieldQuery access on non-node entities. |
| EntityFieldQueryTestCase::testEntityFieldQueryDisablePager | function | modules/ |
Tests disabling the pager in EntityFieldQuery. |
| EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions | function | modules/ |
Tests field meta conditions. |
| EntityFieldQueryTestCase::testEntityFieldQueryPager | function | modules/ |
Tests the pager integration of EntityFieldQuery. |
| EntityFieldQueryTestCase::testEntityFieldQueryRouting | function | modules/ |
Tests the routing feature of EntityFieldQuery. |
| EntityFieldQueryTestCase::testEntityFieldQueryTableSort | function | modules/ |
Tests the TableSort integration of EntityFieldQuery. |
| EntityFieldQueryTestCase::testEntityFieldQueryTranslatable | function | modules/ |
Tests querying translatable fields. |
| EntityFieldQueryTestCase::testTablePrefixing | function | modules/ |
Tests EFQ table prefixing with multiple conditions and an altered join. |
| EntityLoadTestCase | class | modules/ |
Tests the entity_load() function. |
| EntityLoadTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
| EntityLoadTestCase::getInfo | function | modules/ |
|
| EntityLoadTestCase::testEntityLoadConditions | function | modules/ |
Tests the functionality for loading entities matching certain conditions. |
| EntityLoadTestCase::testEntityLoadIds | function | modules/ |
|
| EntityLoadTestCase::testEntityLoadInvalidControllerClass | function | modules/ |
Tests the controller class loading functionality on non-existing entity types and on entities without valid controller class. |
| EntityMalformedException | class | includes/ |
Defines an exception thrown when a malformed entity is passed. |
| EntityPropertiesTestCase | class | modules/ |
Tests entity properties. |
| EntityPropertiesTestCase::getInfo | function | modules/ |
|
| EntityPropertiesTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
| EntityPropertiesTestCase::testEntityKeys | function | modules/ |
Tests entity_extract_ids() with an empty entity info. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.