FIELD_LOAD_CURRENT

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

drupal/modules/field/field.module, line 296

<?php
define('FIELD_LOAD_CURRENT', 'FIELD_LOAD_CURRENT')
?>

Related topics