You are here

function brightcove_playlist_tables_ajax_callback in Brightcove Video Connect 7.6

Same name and namespace in other branches
  1. 7.7 brightcove.playlist.inc \brightcove_playlist_tables_ajax_callback()

AJAX callback to return the playlists table.

1 string reference to 'brightcove_playlist_tables_ajax_callback'
BrightcovePlaylistEntityUIController::overviewForm in ./brightcove.playlist.inc
Overrides EntityDefaultUIController::overviewForm()

File

./brightcove.playlist.inc, line 309
Brightcove playlist related functions.

Code

function brightcove_playlist_tables_ajax_callback($form, $form_state) {
  return $form['playlists'];
}