You are here

constant BRIGHTCOVE_PLAYLIST_TYPE_MANUAL in Brightcove Video Connect 7.6

Same name and namespace in other branches
  1. 7.7 brightcove.module \BRIGHTCOVE_PLAYLIST_TYPE_MANUAL
  2. 7.3 brightcove.module \BRIGHTCOVE_PLAYLIST_TYPE_MANUAL
  3. 7.4 brightcove.module \BRIGHTCOVE_PLAYLIST_TYPE_MANUAL
  4. 7.5 brightcove.module \BRIGHTCOVE_PLAYLIST_TYPE_MANUAL
4 uses of BRIGHTCOVE_PLAYLIST_TYPE_MANUAL
BrightcovePlaylistEntityController::load in ./brightcove.playlist.inc
Overwrites DrupalDefaultEntityController::load().
brightcove_playlist_form in ./brightcove.playlist.inc
Playlist edit form.
brightcove_playlist_form_submit in ./brightcove.playlist.inc
brightcove_playlist_form submit handler.
_brightcove_configure_playlist_entity in ./brightcove.playlist.inc
Create fields on the playlist entity when enabling or upgrading the module.

File

./brightcove.module, line 24
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

define('BRIGHTCOVE_PLAYLIST_TYPE_MANUAL', 'PLAYLIST_MANUAL');