function ConditionInterface::isNotNull
Same name in other branches
- 9 core/lib/Drupal/Core/Database/Query/ConditionInterface.php \Drupal\Core\Database\Query\ConditionInterface::isNotNull()
- 10 core/lib/Drupal/Core/Database/Query/ConditionInterface.php \Drupal\Core\Database\Query\ConditionInterface::isNotNull()
- 11.x core/lib/Drupal/Core/Database/Query/ConditionInterface.php \Drupal\Core\Database\Query\ConditionInterface::isNotNull()
Sets a condition that the specified field be NOT NULL.
Parameters
string|\Drupal\Core\Database\Query\SelectInterface $field: The name of the field or a subquery to check.
Return value
$this The called object.
2 methods override ConditionInterface::isNotNull()
- Condition::isNotNull in core/
lib/ Drupal/ Core/ Database/ Query/ Condition.php - Sets a condition that the specified field be NOT NULL.
- SelectExtender::isNotNull in core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php - Sets a condition that the specified field be NOT NULL.
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ ConditionInterface.php, line 111
Class
- ConditionInterface
- Interface for a conditional clause in a query.
Namespace
Drupal\Core\Database\QueryCode
public function isNotNull($field);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.