ConditionInterface::isNotNull

public ConditionInterface::isNotNull($field)

Sets a condition that the specified field be NOT NULL.

Parameters

$field: The name of the field to check.

Return value

\Drupal\Core\Database\Query\ConditionInterface The called object.

File

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

Class

ConditionInterface
Interface for a conditional clause in a query.

Namespace

Drupal\Core\Database\Query

Code

public function isNotNull($field);
doc_Drupal
2016-10-29 08:52:02
Comments
Leave a Comment

Please login to continue.