Entity Field Field Condition Method

Last modified: 
Tuesday, April 14th, 2015

Overview

Notes on using Drupal's EntityFieldQuery::fieldCondition

How to test for NULL entity field values with Drupal's fieldCondition method.

    $videos->fieldCondition('field_name', 'value', NULL, 'IS NULL');

References

public function EntityFieldQuery::fieldCondition


The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.