You are here

function brightcove_field_field_update in Brightcove Video Connect 7.5

Same name and namespace in other branches
  1. 7.2 brightcove_field/brightcove_field.module \brightcove_field_field_update()
  2. 7.3 brightcove_field/brightcove_field.module \brightcove_field_field_update()
  3. 7.4 brightcove_field/brightcove_field.module \brightcove_field_field_update()

IMplements hook_field_update().

File

brightcove_field/brightcove_field.module, line 1595
Brightcove field module provides a Content Construction Kit module to developers, allowing them to browse videos in their Brightcove Studio and upload them.

Code

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