constant EntityFieldQuery::RETURN_ALL
Indicates that both deleted and non-deleted fields should be returned.
See also
Archivo
- drupal-7.x/
includes/ entity.inc, line 427
Class
- EntityFieldQuery
- Retrieves entities matching a given set of conditions.
Código
const RETURN_ALL = NULL;