You are here

function relation_endpoint_field_update in Relation 7

Implements hook_field_update().

File

./relation_endpoint.module, line 133
Relation endpoints field.

Code

function relation_endpoint_field_update($entity_type, $entity, $field, $instance, $langcode, &$items) {

  // We do not update.
}