You are here

function feeds_querypath_parser_form_feeds_ui_mapping_form_alter in Feeds QueryPath Parser 7

Same name and namespace in other branches
  1. 6 FeedsQueryPathParser.inc \feeds_querypath_parser_form_feeds_ui_mapping_form_alter()

Implementation of hook_form_feeds_ui_mapping_form_alter().

File

./FeedsQueryPathParser.inc, line 387
Provides the class for FeedsQueryPathParser.

Code

function feeds_querypath_parser_form_feeds_ui_mapping_form_alter(&$form, &$form_state) {
  $form['help']['#markup'] .= '<p>' . t('The QueryPath Expression source allows you to use QueryPath to populate each field. Add a new QueryPath Expression source for each target you want to map.') . '</p>';
}