function QueryConditionTrait::alwaysFalse
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ QueryConditionTrait.php, line 66
Class
- QueryConditionTrait
- Provides an implementation of ConditionInterface.
Namespace
Drupal\Core\Database\QueryCode
public function alwaysFalse() {
$this->condition
->alwaysFalse();
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.