public function HeartbeatEntityQuery::notExists in Heartbeat 8
Queries for an empty field.
Parameters
$field: Name of a field.
$langcode: Language code (optional).
Return value
\Drupal\Core\Entity\Query\QueryInterface
Overrides QueryInterface::notExists
File
- src/
HeartbeatEntityQuery.php, line 228
Class
- HeartbeatEntityQuery
- Created by IntelliJ IDEA. User: logicp Date: 5/28/17 Time: 1:37 PM
Code
public function notExists($field, $langcode = NULL) {
// TODO: Implement notExists() method.
}