You are here

function video_entity_update in Video 7.2

Implements hook_entity_updated().

Processes newly uploaded files that should be converted on save.

File

./video.field.inc, line 581
Implement a video field, based on the file module's file field.

Code

function video_entity_update($entity, $type) {
  _video_field_convert_on_save($entity, $type);
}