function Condition::isNotNull
Same name in other branches
- 9 core/lib/Drupal/Core/Database/Query/Condition.php \Drupal\Core\Database\Query\Condition::isNotNull()
- 10 core/lib/Drupal/Core/Database/Query/Condition.php \Drupal\Core\Database\Query\Condition::isNotNull()
- 11.x core/lib/Drupal/Core/Database/Query/Condition.php \Drupal\Core\Database\Query\Condition::isNotNull()
Overrides ConditionInterface::isNotNull
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ Condition.php, line 143
Class
- Condition
- Generic class for a series of conditions in a query.
Namespace
Drupal\Core\Database\QueryCode
public function isNotNull($field) {
return $this->condition($field, NULL, 'IS NOT NULL');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.