You are here

function gathercontent_import_form_content_select_fetch_content in GatherContent 7.3

AJAX callback for fetching content from GatherContent.

@inheritdoc

1 string reference to 'gathercontent_import_form_content_select_fetch_content'
gathercontent_import_form_content_select in ./gathercontent.import.inc
Content select import form.

File

./gathercontent.import.inc, line 349

Code

function gathercontent_import_form_content_select_fetch_content($form, &$form_state) {
  return $form['import'];
}