constant FIELD_LOAD_REVISION in Drupal 7
Age argument for loading the version of an entity's field data specified in the entity with field_attach_load().
Related topics
3 uses of FIELD_LOAD_REVISION
- EntityFieldQueryTestCase::testEntityFieldQuery in modules/
simpletest/ tests/ entity_query.test - Tests EntityFieldQuery.
- field_attach_load_revision in modules/
field/ field.attach.inc - Load all fields for previous versions of a group of entities.
- UploadUpgradePathTestCase::testUploadUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.upload.test - Test a successful upgrade.
File
- modules/
field/ field.module, line 274 - Attach custom data fields to Drupal entities.
Code
define('FIELD_LOAD_REVISION', 'FIELD_LOAD_REVISION');