constant EntityFieldQuery::RETURN_ALL in Drupal 7
Indicates that both deleted and non-deleted fields should be returned.
See also
File
- includes/
entity.inc, line 479
Class
- EntityFieldQuery
- Retrieves entities matching a given set of conditions.
Code
const RETURN_ALL = NULL;