|
MergeQuery::conditions |
function |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |
|
UpdateQuery::conditions |
function |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |
|
theme_layout_conditions |
function |
core/modules/layout/layout.theme.inc |
Output the list of visibility conditions for layouts. |
|
SelectQuery::conditions |
function |
core/includes/database/select.inc |
Gets a complete list of all conditions in this conditional clause. |
|
DeleteQuery::conditions |
function |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |
|
SearchQuery::$conditions |
property |
core/modules/search/search.extender.inc |
Conditions that are used for exact searches. |
|
SearchKeywordsConditions |
class |
core/modules/search/tests/search.test |
Tests keywords and conditions. |
|
callback_search_conditions |
function |
core/modules/search/search.api.php |
Provide search query conditions. |
|
viewsSearchQuery::conditions |
function |
core/modules/search/search.extender.inc |
Gets a complete list of all conditions in this conditional clause. |
|
search_extra_type_conditions |
function |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Test conditions callback for hook_search_info(). |
|
DatabaseCondition::conditions |
function |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |
|
SelectQuery::havingConditions |
function |
core/includes/database/select.inc |
Returns all the conditions used within a HAVING clause. |
|
DatabaseCondition::$conditions |
property |
core/includes/database/query.inc |
Array of conditions. |
|
SearchKeywordsConditions::setUp |
function |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
|
SelectQueryExtender::conditions |
function |
core/includes/database/select.inc |
Gets a complete list of all conditions in this conditional clause. |
|
Block::getAdminConditionsPreview |
function |
core/modules/layout/includes/block.class.inc |
Return a fieldset listing any visibility conditions set for this block. |
|
EntityFieldQuery::$fieldConditions |
property |
core/modules/entity/entity.query.inc |
List of field conditions. |
|
QueryConditionInterface::conditions |
function |
core/includes/database/query.inc |
Gets a complete list of all conditions in this conditional clause. |
|
EntityFieldQuery::$entityConditions |
property |
core/modules/entity/entity.query.inc |
Associative array of entity-generic metadata conditions. |
|
SelectQueryExtender::havingConditions |
function |
core/includes/database/select.inc |
|
|
EntityFieldQuery::$propertyConditions |
property |
core/modules/entity/entity.query.inc |
List of property conditions. |
|
EntityFieldQuery::$fieldMetaConditions |
property |
core/modules/entity/entity.query.inc |
List of field meta conditions (language and delta). |
|
_field_sql_storage_query_field_conditions |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Adds field (meta) conditions to the given query objects respecting groupings. |
|
SearchKeywordsConditions::$searching_user |
property |
core/modules/search/tests/search.test |
|
|
EntityLoadTestCase::testEntityLoadConditions |
function |
core/modules/entity/tests/entity_crud.test |
Tests the functionality for loading entities matching certain conditions. |
|
LayoutInterfaceTest::testBlockPathTypeConditions |
function |
core/modules/layout/tests/layout.test |
Test block path and type conditions. |
|
LayoutInterfaceTest::testBlockEntityIDConditions |
function |
core/modules/layout/tests/layout.test |
Test block entity ID conditions. |
|
date_views_filter_handler::date_combine_conditions |
function |
core/modules/date/views/date_views_filter_handler.inc |
Combines multiple date WHERE expressions into a single WHERE expression. |
|
LayoutInterfaceTest::testBlockUserCompareConditions |
function |
core/modules/layout/tests/layout.test |
Tests user account comparison condition. |
|
DatabaseSelectComplexTestCase::testNestedConditions |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can properly nest conditional clauses. |
|
SearchKeywordsConditions::testSearchKeywordsConditions |
function |
core/modules/search/tests/search.test |
Verify the keywords are captured and conditions respected. |
|
LayoutInterfaceTest::testBlockHttpResponseCodeConditions |
function |
core/modules/layout/tests/layout.test |
Tests 403 and 404 visibility conditions. |
|
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a WHERE clause. |
|
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning |
function |
core/modules/simpletest/tests/database_test.test |
Test that subqueries as value within conditions are cloned properly. |
|
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions |
function |
core/modules/entity/tests/entity_query.test |
Tests field meta conditions. |
|
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsSameColumn |
function |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
Test handling multiple conditions on one column of a field. |
|
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns |
function |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
Test handling multiple conditions on multiple columns of one field. |
|
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages |
function |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
Test handling multiple conditions on multiple columns of one field for multiple languages. |