You are here

function brightcove_field_update in Brightcove Video Connect 7.6

Same name and namespace in other branches
  1. 7.7 brightcove.module \brightcove_field_update()

Implements hook_field_update().

File

./brightcove.module, line 1802
Brightcove module is an integration layer between any modules using Brightcove API. It makes all necessary checks for the API and makes settings available to the user.

Code

function brightcove_field_update($entity_type, $entity, $field, $instance, $langcode, &$items) {
  brightcove_field_refresh_video_entity_link($entity_type, $entity, $items);
}