You are here

public function HeartbeatEntityQuery::exists in Heartbeat 8

Queries for a non-empty value on a field.

Parameters

$field: Name of a field.

$langcode: Language code (optional).

Return value

\Drupal\Core\Entity\Query\QueryInterface

Overrides QueryInterface::exists

File

src/HeartbeatEntityQuery.php, line 214

Class

HeartbeatEntityQuery
Created by IntelliJ IDEA. User: logicp Date: 5/28/17 Time: 1:37 PM

Code

public function exists($field, $langcode = NULL) {

  // TODO: Implement exists() method.
}