You are here

function theme_brightcove_field_browser in Brightcove Video Connect 7.3

Same name and namespace in other branches
  1. 7.7 brightcove.module \theme_brightcove_field_browser()
  2. 7.2 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
  3. 7.4 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
  4. 7.5 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
  5. 7.6 brightcove.module \theme_brightcove_field_browser()

Theme function returning a video field.

File

brightcove_field/brightcove_field.module, line 969
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 theme_brightcove_field_browser($element) {
  return $element['#children'];
}