Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
EntityFieldQuery::entityCondition function includes/entity.inc Adds a condition on entity-generic metadata.
EntityFieldQuery::entityOrderBy function includes/entity.inc Orders the result set by entity-generic metadata.
EntityFieldQuery::execute function includes/entity.inc Executes the query.
EntityFieldQuery::fieldCondition function includes/entity.inc Adds a condition on field values.
EntityFieldQuery::fieldDeltaCondition function includes/entity.inc Adds a condition on the field delta column.
EntityFieldQuery::fieldLanguageCondition function includes/entity.inc Adds a condition on the field language column.
EntityFieldQuery::fieldOrderBy function includes/entity.inc Orders the result set by a given field column.
EntityFieldQuery::finishQuery function includes/entity.inc Finishes the query.
EntityFieldQuery::initializePager function includes/entity.inc Gets the total number of results and initializes a pager for the query.
EntityFieldQuery::pager function includes/entity.inc Enables a pager for the query.
EntityFieldQuery::propertyCondition function includes/entity.inc Adds a condition on an entity-specific property.
EntityFieldQuery::propertyOrderBy function includes/entity.inc Orders the result set by an entity-specific property.
EntityFieldQuery::propertyQuery function includes/entity.inc Queries entity tables in SQL for property conditions and sorts.
EntityFieldQuery::queryCallback function includes/entity.inc Determines the query callback to use for this entity query.
EntityFieldQuery::range function includes/entity.inc Restricts a query to a given range in the result set.
EntityFieldQuery::RETURN_ALL constant includes/entity.inc Indicates that both deleted and non-deleted fields should be returned.
EntityFieldQuery::tableSort function includes/entity.inc Enables sortable tables for this query.
EntityFieldQueryException class includes/entity.inc Exception thrown by EntityFieldQuery() on unsupported query syntax.
EntityFieldQueryTestCase class modules/simpletest/tests/entity_query.test Tests EntityFieldQuery.
EntityFieldQueryTestCase::$fields property modules/simpletest/tests/entity_query.test
EntityFieldQueryTestCase::$field_names property modules/simpletest/tests/entity_query.test
EntityFieldQueryTestCase::$instances property modules/simpletest/tests/entity_query.test
EntityFieldQueryTestCase::assertEntityFieldQuery function modules/simpletest/tests/entity_query.test Fetches the results of an EntityFieldQuery and compares.
EntityFieldQueryTestCase::getInfo function modules/simpletest/tests/entity_query.test
EntityFieldQueryTestCase::setUp function modules/simpletest/tests/entity_query.test Sets up a Drupal site for running functional and integration tests.
EntityFieldQueryTestCase::testEntityFieldQuery function modules/simpletest/tests/entity_query.test Tests EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryAccess function modules/simpletest/tests/entity_query.test Tests EntityFieldQuery access on non-node entities.
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager function modules/simpletest/tests/entity_query.test Tests disabling the pager in EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions function modules/simpletest/tests/entity_query.test Tests field meta conditions.
EntityFieldQueryTestCase::testEntityFieldQueryPager function modules/simpletest/tests/entity_query.test Tests the pager integration of EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryRouting function modules/simpletest/tests/entity_query.test Tests the routing feature of EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryTableSort function modules/simpletest/tests/entity_query.test Tests the TableSort integration of EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable function modules/simpletest/tests/entity_query.test Tests querying translatable fields.
EntityFieldQueryTestCase::testTablePrefixing function modules/simpletest/tests/entity_query.test Tests EFQ table prefixing with multiple conditions and an altered join.
EntityLoadTestCase class modules/simpletest/tests/entity_crud.test Tests the entity_load() function.
EntityLoadTestCase::$profile property modules/simpletest/tests/entity_crud.test The profile to install as a basis for testing.
EntityLoadTestCase::getInfo function modules/simpletest/tests/entity_crud.test
EntityLoadTestCase::testEntityLoadConditions function modules/simpletest/tests/entity_crud.test Tests the functionality for loading entities matching certain conditions.
EntityLoadTestCase::testEntityLoadIds function modules/simpletest/tests/entity_crud.test
EntityLoadTestCase::testEntityLoadInvalidControllerClass function modules/simpletest/tests/entity_crud.test Tests the controller class loading functionality on non-existing entity
types and on entities without valid controller class.
EntityMalformedException class includes/entity.inc Defines an exception thrown when a malformed entity is passed.
EntityPropertiesTestCase class modules/field/tests/field.test Tests entity properties.
EntityPropertiesTestCase::getInfo function modules/field/tests/field.test
EntityPropertiesTestCase::setUp function modules/field/tests/field.test Set the default field storage backend for fields created during tests.
EntityPropertiesTestCase::testEntityKeys function modules/field/tests/field.test Tests entity_extract_ids() with an empty entity info.
EntityPropertiesTestCase::testEntityLabel function modules/field/tests/field.test Tests label key and label callback of an entity.
entity_cache_test.info file modules/simpletest/tests/entity_cache_test.info 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/simpletest/tests/entity_cache_test.module Helper module for entity cache tests.
entity_cache_test_dependency.info file modules/simpletest/tests/entity_cache_test_dependency.info 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/simpletest/tests/entity_cache_test_dependency.module Helper module for entity cache tests.

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