You are here

function brightcove_field_button_value_callback in Brightcove Video Connect 7.5

Same name and namespace in other branches
  1. 7.7 brightcove.module \brightcove_field_button_value_callback()
  2. 7.2 brightcove_field/brightcove_field.module \brightcove_field_button_value_callback()
  3. 7.3 brightcove_field/brightcove_field.module \brightcove_field_button_value_callback()
  4. 7.4 brightcove_field/brightcove_field.module \brightcove_field_button_value_callback()
  5. 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 850
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;
}