function _brightcove_api_version in Brightcove Video Connect 7.6
Same name and namespace in other branches
- 7.7 brightcove.module \_brightcove_api_version()
Version callback for brightcove_libraries_info().
Return value
string
1 string reference to '_brightcove_api_version'
- brightcove_libraries_info in ./
brightcove.module - Implements hook_libraries_info().
File
- ./
brightcove.module, line 2182 - 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_api_version() {
return '0.1';
}