You are here

function _brightcove_video_form_add_caption in Brightcove Video Connect 7.7

Same name and namespace in other branches
  1. 7.6 brightcove.module \_brightcove_video_form_add_caption()
1 string reference to '_brightcove_video_form_add_caption'
_brightcove_upload_form in ./brightcove.video.inc

File

./brightcove.module, line 3463
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_video_form_add_caption($form, $form_state) {
  return $form['captions'];
}