constant FIELD_LOAD_REVISION

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 drupal/modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery.
field_attach_load_revision in drupal/modules/field/field.attach.inc
Load all fields for previous versions of a group of entities.
UploadUpgradePathTestCase::testUploadUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.upload.test
Test a successful upgrade.

File

drupal/modules/field/field.module, line 274
Attach custom data fields to Drupal entities.

Code

define('FIELD_LOAD_REVISION', 'FIELD_LOAD_REVISION');