constant FIELD_LOAD_CURRENT

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

Related topics

20 uses of FIELD_LOAD_CURRENT
entity.inc in drupal-7.x/includes/entity.inc
FieldAttachOtherTestCase::testFieldAttachCache in drupal-7.x/modules/field/tests/field.test
Test field cache.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal-7.x/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in drupal-7.x/modules/field/tests/field.test
Test storage details alteration.
FieldBulkDeleteTestCase::testDeleteFieldInstance in drupal-7.x/modules/field/tests/field.test
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.

... See full list

File

drupal-7.x/modules/field/field.module, line 268
Attach custom data fields to Drupal entities.

Code

define('FIELD_LOAD_CURRENT', 'FIELD_LOAD_CURRENT')