You are here

function feeds_node_maps_form in Feeds Node Helper 6

Same name and namespace in other branches
  1. 7 plugins/feeds_node_maps.inc \feeds_node_maps_form()

Form for building the user ID map, no options needed

1 string reference to 'feeds_node_maps_form'
feeds_node_maps.inc in plugins/feeds_node_maps.inc
Allow for mapping values from an external roles system to drupal roles

File

plugins/feeds_node_maps.inc, line 22
Allow for mapping values from an external roles system to drupal roles

Code

function feeds_node_maps_form($importer, $element_key, $settings) {
  $form = array();
  return $form;
}