function brightcove_enable in Brightcove Video Connect 7.6
Same name and namespace in other branches
- 7.7 brightcove.module \brightcove_enable()
Implements hook_enable().
File
- ./
brightcove.module, line 986 - 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_enable() {
module_load_include('inc', 'brightcove', 'brightcove.playlist');
_brightcove_configure_playlist_entity();
}