function brightcove_player_load_all in Brightcove Video Connect 7.5
Same name and namespace in other branches
- 7.7 brightcove.module \brightcove_player_load_all()
- 7.2 brightcove.module \brightcove_player_load_all()
- 7.3 brightcove.module \brightcove_player_load_all()
- 7.4 brightcove.module \brightcove_player_load_all()
- 7.6 brightcove.module \brightcove_player_load_all()
Load all players.
Return value
mixed
3 calls to brightcove_player_load_all()
- brightcove_player_list in ./
brightcove.module - Get players list.
- brightcove_player_load in ./
brightcove.module - Load a player.
- brightcove_update_7007 in ./
brightcove.install - Fix default players for Brightcove field instances.
File
- ./
brightcove.module, line 784 - 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_player_load_all() {
ctools_include('export');
return ctools_export_crud_load_all('brightcove_player');
}