You are here

function brightcove_field_button_value_callback in Brightcove Video Connect 7.6

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.5 brightcove_field/brightcove_field.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;
}