You are here

function scald_youtube_search_submit in Scald YouTube 7

Submit callback for the YouTube Search.

1 string reference to 'scald_youtube_search_submit'
scald_youtube_scald_add_form in ./scald_youtube.module
Implements hook_scald_add_form().

File

./scald_youtube.module, line 101
Defines a YouTube provider for Scald.

Code

function scald_youtube_search_submit($form, &$form_state) {

  // A submit function is required for the limit validation errors to work.
}