Search for condition

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

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