function brightcove_field_button_value_callback in Brightcove Video Connect 7.3
Same name and namespace in other branches
- 7.7 brightcove.module \brightcove_field_button_value_callback()
- 7.2 brightcove_field/brightcove_field.module \brightcove_field_button_value_callback()
- 7.4 brightcove_field/brightcove_field.module \brightcove_field_button_value_callback()
- 7.5 brightcove_field/brightcove_field.module \brightcove_field_button_value_callback()
- 7.6 brightcove.module \brightcove_field_button_value_callback()
Value callback for the buttons.
Return value
null
2 string references to 'brightcove_field_button_value_callback'
- _brightcove_field_playlist_widget_form in brightcove_field/
brightcove_field.playlist.inc - _brightcove_field_video_widget_form in brightcove_field/
brightcove_field.video.inc
File
- brightcove_field/
brightcove_field.module, line 828 - 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 brightcove_field_button_value_callback() {
return NULL;
}