EntityFieldQuery::execute |
core/modules/entity/entity.query.inc |
Executes the query. |
EntityFieldQuery::fieldCondition |
core/modules/entity/entity.query.inc |
Adds a condition on field values. |
EntityFieldQuery::fieldDeltaCondition |
core/modules/entity/entity.query.inc |
Adds a condition on the field delta column. |
EntityFieldQuery::fieldLanguageCondition |
core/modules/entity/entity.query.inc |
Adds a condition on the field language column. |
EntityFieldQuery::fieldOrderBy |
core/modules/entity/entity.query.inc |
Orders the result set by a given field column. |
EntityFieldQuery::finishQuery |
core/modules/entity/entity.query.inc |
Finishes the query. |
EntityFieldQuery::initializePager |
core/modules/entity/entity.query.inc |
Gets the total number of results and initialize a pager for the query. |
EntityFieldQuery::pager |
core/modules/entity/entity.query.inc |
Enables a pager for the query. |
EntityFieldQuery::propertyCondition |
core/modules/entity/entity.query.inc |
Adds a condition on an entity-specific property. |
EntityFieldQuery::propertyOrderBy |
core/modules/entity/entity.query.inc |
Orders the result set by an entity-specific property. |
EntityFieldQuery::propertyQuery |
core/modules/entity/entity.query.inc |
Queries entity tables in SQL for property conditions and sorts. |
EntityFieldQuery::queryCallback |
core/modules/entity/entity.query.inc |
Determines the query callback to use for this entity query. |
EntityFieldQuery::range |
core/modules/entity/entity.query.inc |
Restricts a query to a given range in the result set. |
EntityFieldQuery::tableSort |
core/modules/entity/entity.query.inc |
Enables sortable tables for this query. |
EntityFieldQueryTestCase::assertEntityFieldQuery |
core/modules/entity/tests/entity_query.test |
Fetches the results of an EntityFieldQuery and compares. |
EntityFieldQueryTestCase::setUp |
core/modules/entity/tests/entity_query.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityFieldQueryTestCase::testEntityFieldQuery |
core/modules/entity/tests/entity_query.test |
Tests EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryAccess |
core/modules/entity/tests/entity_query.test |
Tests EntityFieldQuery access on non-node entities. |
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager |
core/modules/entity/tests/entity_query.test |
Tests the disabling the pager in EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions |
core/modules/entity/tests/entity_query.test |
Tests field meta conditions. |
EntityFieldQueryTestCase::testEntityFieldQueryPager |
core/modules/entity/tests/entity_query.test |
Tests the pager integration of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryRouting |
core/modules/entity/tests/entity_query.test |
Tests the routing feature of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryTableSort |
core/modules/entity/tests/entity_query.test |
Tests the TableSort integration of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable |
core/modules/entity/tests/entity_query.test |
Tests querying translatable fields. |
EntityFieldQueryTestCase::testTablePrefixing |
core/modules/entity/tests/entity_query.test |
Tests EFQ table prefixing with multiple conditions and an altered join. |
EntityIDLayoutAccess::checkAccess |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
|
EntityIDLayoutAccess::form |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
|
EntityIDLayoutAccess::formSubmit |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
|
EntityIDLayoutAccess::formValidate |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
|
EntityIDLayoutAccess::summary |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
|
EntityIDLayoutAccess::__construct |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
Constructor for a Layout access rule. |
EntityInterface::access |
core/modules/entity/entity.class.inc |
Determines whether the given user has access to this entity. |
EntityInterface::buildContent |
core/modules/entity/entity.class.inc |
Builds a structured array representing the entity's content. |
EntityInterface::bundle |
core/modules/entity/entity.class.inc |
Returns the bundle of the entity. |
EntityInterface::createAccess |
core/modules/entity/entity.class.inc |
Determines whether the given user has access to create this type of entity. |
EntityInterface::createDuplicate |
core/modules/entity/entity.class.inc |
Creates a duplicate of the entity. |
EntityInterface::delete |
core/modules/entity/entity.class.inc |
Deletes an entity permanently. |
EntityInterface::entityType |
core/modules/entity/entity.class.inc |
Returns the type of the entity. |
EntityInterface::getFieldValue |
core/modules/entity/entity.class.inc |
Returns a single value from a field on the entity. |
EntityInterface::getFieldValues |
core/modules/entity/entity.class.inc |
Returns all values from a field on the entity. |
EntityInterface::getRevisionId |
core/modules/entity/entity.class.inc |
Returns the revision identifier of the entity. |
EntityInterface::id |
core/modules/entity/entity.class.inc |
Returns the entity identifier (the entity's machine name or numeric ID). |
EntityInterface::isActiveRevision |
core/modules/entity/entity.class.inc |
Checks if this entity is the active revision. |
EntityInterface::isNew |
core/modules/entity/entity.class.inc |
Returns whether the entity is new. |
EntityInterface::label |
core/modules/entity/entity.class.inc |
Returns the label of the entity. |
EntityInterface::save |
core/modules/entity/entity.class.inc |
Saves an entity permanently. |
EntityInterface::setIsActiveRevision |
core/modules/entity/entity.class.inc |
Sets this revision as the active revision. |
EntityInterface::uri |
core/modules/entity/entity.class.inc |
Returns the URI elements of the entity. |
EntityInterface::view |
core/modules/entity/entity.class.inc |
View an entity. |
EntityInterface::__construct |
core/modules/entity/entity.class.inc |
Constructs a new entity object. |