constant FIELD_LOAD_REVISION

Load the version of an entity's field data specified in the entity.

See also

field_attach_load().

Related topics

3 uses of FIELD_LOAD_REVISION
field_attach_load_revision in drupal/core/modules/field/field.attach.inc
Loads all fields for previous versions of a group of entities.
field_views_field_default_views_data in drupal/core/modules/field/field.views.inc
Default views data implementation for a field.
file_get_file_references in drupal/core/modules/file/file.module
Retrieves a list of references to a file.

File

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

Code

const FIELD_LOAD_REVISION = 'FIELD_LOAD_REVISION';