Condition::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Sets a condition that is always false. |
SelectExtender::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Sets a condition that is always false. |
ConditionInterface::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/ConditionInterface.php |
Sets a condition that is always false. |
QueryConditionTrait::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
TemporaryQueryGuard::alwaysFalse |
function |
core/modules/jsonapi/src/Access/TemporaryQueryGuard.php |
Gets an always FALSE entity condition group for the given entity type. |
SelectTest::testAlwaysFalseCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can force a query to return an empty result. |
SelectTest::testExtenderAlwaysFalseCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can force an extended query to return an empty result. |