function video_entity_translation_save in Video 7.2
Implements hook_entity_translation_save().
Process saving a "Entity Translation" save.
File
- ./
video.field.inc, line 590 - Implement a video field, based on the file module's file field.
Code
function video_entity_translation_save($type, $entity, $language) {
_video_field_convert_on_save($entity, $type);
}