Overrides ConditionAggregateInterface::notExists
public function notExists($field, $function, $langcode = NULL) { return $this->condition($field, $function, NULL, 'IS NULL', $langcode); }