Age argument for loading the version of an entity's field data specified in the entity with field_attach_load().

Related topics

9 uses of FIELD_LOAD_REVISION
EntityFieldQueryTestCase::testEntityFieldQuery in modules/simpletest/tests/entity_query.test
Tests EntityFieldQuery.
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in modules/field/tests/field.test
Test storage details alteration.
FieldSqlStorageTestCase::testFieldStorageDetails in modules/field/modules/field_sql_storage/field_sql_storage.test
Test the storage details.
field_attach_load_revision in modules/field/field.attach.inc
Load all fields for previous versions of a group of entities.
field_sql_storage_field_storage_details in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_details().

... See full list

File

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

Code

define('FIELD_LOAD_REVISION', 'FIELD_LOAD_REVISION');