function field_test_field_update

Implements hook_field_update().

File

modules/field/tests/field_test.field.inc, line 91

Code

function field_test_field_update($entity_type, $entity, $field, $instance, $items) {
    $args = func_get_args();
    field_test_memorize(__FUNCTION__, $args);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.