function brightcove_playlist_tables_ajax_callback in Brightcove Video Connect 7.7
Same name and namespace in other branches
- 7.6 brightcove.playlist.inc \brightcove_playlist_tables_ajax_callback()
AJAX callback to return the playlists table.
1 string reference to 'brightcove_playlist_tables_ajax_callback'
File
- ./
brightcove.playlist.inc, line 309 - Brightcove playlist related functions.
Code
function brightcove_playlist_tables_ajax_callback($form, $form_state) {
return $form['playlists'];
}