function ConditionInterface::alwaysFalse

Sets a condition that is always false.

Return value

$this

2 methods override ConditionInterface::alwaysFalse()
Condition::alwaysFalse in core/lib/Drupal/Core/Database/Query/Condition.php
Sets a condition that is always false.
SelectExtender::alwaysFalse in core/lib/Drupal/Core/Database/Query/SelectExtender.php
Sets a condition that is always false.

File

core/lib/Drupal/Core/Database/Query/ConditionInterface.php, line 140

Class

ConditionInterface
Interface for a conditional clause in a query.

Namespace

Drupal\Core\Database\Query

Code

public function alwaysFalse();

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