Search for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalWebTestCase::assertNoFieldById | function | modules/ |
Asserts that a field does not exist with the given ID and value. |
DrupalWebTestCase::assertNoFieldByName | function | modules/ |
Asserts that a field does not exist with the given name and value. |
DrupalWebTestCase::assertNoFieldByXPath | function | modules/ |
Asserts that a field doesn't exist or its value doesn't match, by XPath. |
DrupalWebTestCase::assertNoFieldChecked | function | modules/ |
Asserts that a checkbox field in the current page is not checked. |
DrupalWebTestCase::constructFieldXpath | function | modules/ |
Helper function: construct an XPath for the given set of attributes and value. |
drupal_schema_fields_sql | function | includes/ |
Retrieves a list of fields from a table schema. |
drupal_schema_field_types | function | includes/ |
Retrieves the type for every field in a table schema. |
EntityFieldQuery | class | includes/ |
Retrieves entities matching a given set of conditions. |
EntityFieldQuery::$age | property | includes/ |
Flag indicating whether this is querying current or all revisions. |
EntityFieldQuery::$altered | property | includes/ |
TRUE if the query has already been altered, FALSE if it hasn't. |
EntityFieldQuery::$count | property | includes/ |
TRUE if this is a count query, FALSE if it isn't. |
EntityFieldQuery::$deleted | property | includes/ |
Query behavior for deleted data. |
EntityFieldQuery::$entityConditions | property | includes/ |
Associative array of entity-generic metadata conditions. |
EntityFieldQuery::$executeCallback | property | includes/ |
The method executing the query, if it is overriding the default. |
EntityFieldQuery::$fieldConditions | property | includes/ |
List of field conditions. |
EntityFieldQuery::$fieldMetaConditions | property | includes/ |
List of field meta conditions (language and delta). |
EntityFieldQuery::$fields | property | includes/ |
A list of field arrays used. |
EntityFieldQuery::$metaData | property | includes/ |
A list of metadata added to this query. |
EntityFieldQuery::$order | property | includes/ |
List of order clauses. |
EntityFieldQuery::$ordered_results | property | includes/ |
The ordered results. |
EntityFieldQuery::$pager | property | includes/ |
The query pager data. |
EntityFieldQuery::$propertyConditions | property | includes/ |
List of property conditions. |
EntityFieldQuery::$range | property | includes/ |
The query range. |
EntityFieldQuery::$tags | property | includes/ |
A list of the tags added to this query. |
EntityFieldQuery::addCondition | function | includes/ |
Adds a condition to an already built SelectQuery (internal function). |
EntityFieldQuery::addFieldCondition | function | includes/ |
Adds the given condition to the proper condition array. |
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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.