function brightcove_init in Brightcove Video Connect 6
Same name and namespace in other branches
- 6.2 brightcove.module \brightcove_init()
- 7.7 brightcove.module \brightcove_init()
- 7.6 brightcove.module \brightcove_init()
File
- ./
brightcove.module, line 53 - 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_init() {
// Autoload the BCMAPI class when needed.
spl_autoload_register('brightcove_autoload');
}