You are here

function brightcove_preprocess_brightcove_field_embed in Brightcove Video Connect 7.7

Same name and namespace in other branches
  1. 7.6 theme.inc \brightcove_preprocess_brightcove_field_embed()

Implements template_preprocess_brightcove_field_embed().

Parameters

array $variables:

File

./theme.inc, line 110
Theme funciton for the module.

Code

function brightcove_preprocess_brightcove_field_embed(&$variables) {
  $variables['data_usage'] = 'cms:drupal:' . VERSION . ':' . system_get_info('module', 'brightcove')['version'] . ':javascript';
}