function theme_brightcove_field_browser in Brightcove Video Connect 7.7
Same name and namespace in other branches
- 7.2 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
- 7.3 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
- 7.4 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
- 7.5 brightcove_field/brightcove_field.module \theme_brightcove_field_browser()
- 7.6 brightcove.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'];
}