EntityFieldQuery::RETURN_ALL

  1. drupal
    1. 7 includes/entity.inc
    2. 8 core/modules/entity/entity.query.inc

Indicates that both deleted and non-deleted fields should be returned.

See also

EntityFieldQuery::deleted()

File

includes/entity.inc, line 430

Code

const RETURN_ALL = NULL
Login or register to post comments