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 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
Code
define('FIELD_LOAD_REVISION', 'FIELD_LOAD_REVISION');
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.