Search for all
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
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/ |
|
EntityLoadTestCase::getInfo | function | modules/ |
|
EntityLoadTestCase::testEntityLoadConditions | function | modules/ |
Tests the functionality for loading entities matching certain conditions. |
EntityLoadTestCase::testEntityLoadIds | function | modules/ |
|
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/ |
|
EntityPropertiesTestCase::testEntityKeys | function | modules/ |
Tests entity_extract_ids() with an empty entity info. |
EntityPropertiesTestCase::testEntityLabel | function | modules/ |
Tests label key and label callback of an entity. |
entity_cache_test.info | file | modules/ |
name = "Entity cache test" description = "Support module for testing entity cache." package = Testing version = VERSION core = 7.x dependencies[] = entity_cache_test_dependency hidden = TRUE |
entity_cache_test.module | file | modules/ |
Helper module for entity cache tests. |
entity_cache_test_dependency.info | file | modules/ |
name = "Entity cache test dependency" description = "Support dependency module for testing entity cache." package = Testing version = VERSION core = 7.x hidden = TRUE |
entity_cache_test_dependency.module | file | modules/ |
Helper module for entity cache tests. |
entity_cache_test_dependency_entity_info | function | modules/ |
Implements hook_entity_info(). |
entity_cache_test_watchdog | function | modules/ |
Implements hook_watchdog(). |
entity_create_stub_entity | function | includes/ |
Helper function to assemble an object structure with initial ids. |
entity_crud.test | file | modules/ |
Tests for the Entity CRUD API. |
entity_crud_hook_test.info | file | modules/ |
name = "Entity CRUD Hooks Test" description = "Support module for CRUD hook tests." core = 7.x package = Testing version = VERSION hidden = TRUE |
entity_crud_hook_test.module | file | modules/ |
Test module for the Entity CRUD API. |
entity_crud_hook_test.test | file | modules/ |
CRUD hook tests for the Entity CRUD API. |
entity_crud_hook_test_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
entity_crud_hook_test_comment_insert | function | modules/ |
Implements hook_comment_insert(). |
entity_crud_hook_test_comment_load | function | modules/ |
Implements hook_comment_load(). |
Pagination
- Previous page
- Page 63
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.