You are here

function theme_brightcove_field_browser in Brightcove Video Connect 7.6

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.3 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
  4. 7.4 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
  5. 7.5 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()

Theme function returning a video field.

File

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