You are here

function brightcove_init in Brightcove Video Connect 6.2

Same name and namespace in other branches
  1. 6 brightcove.module \brightcove_init()
  2. 7.7 brightcove.module \brightcove_init()
  3. 7.6 brightcove.module \brightcove_init()

File

./brightcove.module, line 57
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');
}