Search for isNotNull

  1. Search 7.x for isNotNull
  2. Search 9.5.x for isNotNull
  3. Search 8.9.x for isNotNull
  4. Search 10.3.x for isNotNull
  5. Other projects
Title Object type File name Summary
Condition::isNotNull function core/lib/Drupal/Core/Database/Query/Condition.php Sets a condition that the specified field be NOT NULL.
ConditionInterface::isNotNull function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified field be NOT NULL.
QueryConditionTrait::isNotNull function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
Select::havingIsNotNull function core/lib/Drupal/Core/Database/Query/Select.php Sets a condition in the HAVING clause that the specified field be NOT NULL.
SelectExtender::havingIsNotNull function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition in the HAVING clause that the specified field be NOT NULL.
SelectExtender::isNotNull function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition that the specified field be NOT NULL.
SelectInterface::havingIsNotNull function core/lib/Drupal/Core/Database/Query/SelectInterface.php Sets a condition in the HAVING clause that the specified field be NOT NULL.
SelectTest::testIsNotNullCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can find a record without a NULL value.

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