You are here

public function MerciItemProcessor::configForm in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Override parent::configForm().

File

modules/merci_import/MerciItemProcessor.inc, line 16
Class definition of FeedsNodeProcessor.

Class

MerciItemProcessor
Creates nodes from feed items.

Code

public function configForm(&$form_state) {
  $form = parent::configForm($form_state);
  $form['content_type']['#description'] .= t('  Content type can be overridden by mapping.');
  return $form;
}