You are here

function feed_import_ajax_remove_item in Feed Import 7.2

Same name and namespace in other branches
  1. 7.3 feed_import.module \feed_import_ajax_remove_item()
  2. 7 feed_import.module \feed_import_ajax_remove_item()

Ajax callback to remove an item

1 string reference to 'feed_import_ajax_remove_item'
feed_import_generate_xpath_item in ./feed_import.module
Generate field

File

./feed_import.module, line 1412
User interface, cron functions for feed_import module

Code

function feed_import_ajax_remove_item($form, &$form_state) {

  // Send empty string to remove container.
  return '';
}