1.20.x database.inc | db_and() |
Returns a new DatabaseCondition, set to "AND" all conditions together.
Return value
Related topics
File
- includes/
database/ database.inc, line 2917 - Core systems for the database layer.
Code
function db_and() {
return new DatabaseCondition('AND');
}