function brightcove_field_button_value_callback in Brightcove Video Connect 7.7
Same name and namespace in other branches
- 7.2 brightcove_field/brightcove_field.module \brightcove_field_button_value_callback()
- 7.3 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
1 string reference to 'brightcove_field_button_value_callback'
- _brightcove_field_video_widget_form in ./
brightcove_field.video.inc - Helper function to return the video widget form.
File
- ./
brightcove.module, line 859 - 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_field_button_value_callback() {
return NULL;
}