You are here

function _brightcove_field_get_wrapper_name in Brightcove Video Connect 7.7

Same name and namespace in other branches
  1. 7.6 brightcove.module \_brightcove_field_get_wrapper_name()
2 calls to _brightcove_field_get_wrapper_name()
_brightcove_field_rerender_widget in ./brightcove.module
Rerenders the brightcove field widget.
_brightcove_field_video_widget_form in ./brightcove_field.video.inc
Helper function to return the video widget form.

File

./brightcove.module, line 863
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_get_wrapper_name($field_name, $delta) {
  return "bc-video-{$field_name}-{$delta}";
}