Search for condition
- Search 9.5.x for condition
- Search 8.9.x for condition
- Search 10.3.x for condition
- Search 11.x for condition
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityFieldQuery::$entityConditions | property | includes/ |
Associative array of entity-generic metadata conditions. |
EntityFieldQuery::$fieldConditions | property | includes/ |
List of field conditions. |
EntityFieldQuery::$fieldMetaConditions | property | includes/ |
List of field meta conditions (language and delta). |
EntityFieldQuery::$propertyConditions | property | includes/ |
List of property conditions. |
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::entityCondition | function | includes/ |
Adds a condition on entity-generic metadata. |
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::propertyCondition | function | includes/ |
Adds a condition on an entity-specific property. |
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions | function | modules/ |
Tests field meta conditions. |
EntityLoadTestCase::testEntityLoadConditions | function | modules/ |
Tests the functionality for loading entities matching certain conditions. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns | function | modules/ |
Test handling multiple conditions on multiple columns of one field. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages | function | modules/ |
Test handling multiple conditions on multiple columns of one field for multiple languages. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsSameColumn | function | modules/ |
Test handling multiple conditions on one column of a field. |
form_pre_render_conditional_form_element | function | includes/ |
Adds form element theming to an element if its title or description is set. |
InvalidQueryConditionOperatorException | class | includes/ |
Exception thrown if an invalid query condition is specified. |
MergeQuery::$condition | property | includes/ |
The condition object for this query. |
MergeQuery::$conditionTable | property | includes/ |
The table or subquery to be used for the condition. |
MergeQuery::condition | function | includes/ |
Implements QueryConditionInterface::condition(). |
MergeQuery::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
MergeQuery::conditionTable | function | includes/ |
Sets the table or subquery to be used for the condition. |
QueryConditionInterface | interface | includes/ |
Interface for a conditional clause in a query. |
QueryConditionInterface::arguments | function | includes/ |
Gets a complete list of all values to insert into the prepared statement. |
QueryConditionInterface::compile | function | includes/ |
Compiles the saved conditions for later retrieval. |
QueryConditionInterface::compiled | function | includes/ |
Check whether a condition has been previously compiled. |
QueryConditionInterface::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
QueryConditionInterface::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
QueryConditionInterface::exists | function | includes/ |
Sets a condition that the specified subquery returns values. |
QueryConditionInterface::isNotNull | function | includes/ |
Sets a condition that the specified field be NOT NULL. |
QueryConditionInterface::isNull | function | includes/ |
Sets a condition that the specified field be NULL. |
QueryConditionInterface::notExists | function | includes/ |
Sets a condition that the specified subquery returns no values. |
QueryConditionInterface::where | function | includes/ |
Adds an arbitrary WHERE clause to the query. |
SearchKeywordsConditions | class | modules/ |
Tests keywords and conditions. |
SearchKeywordsConditions::$searching_user | property | modules/ |
|
SearchKeywordsConditions::getInfo | function | modules/ |
|
SearchKeywordsConditions::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SearchKeywordsConditions::testSearchKeyswordsConditions | function | modules/ |
Verify the kewords are captured and conditions respected. |
SearchQuery::$conditions | property | modules/ |
Conditions that are used for exact searches. |
search_extra_type_conditions | function | modules/ |
Test conditions callback for hook_search_info(). |
SelectQuery::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
SelectQuery::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
SelectQuery::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
SelectQuery::havingConditions | function | includes/ |
|
SelectQueryExtender::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
SelectQueryExtender::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
SelectQueryExtender::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
SelectQueryExtender::havingConditions | function | includes/ |
|
SelectQueryInterface::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
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.