You are here

function simple_node_importer_preprocess_mapping_help_text_info in Simple Node Importer 8

Same name and namespace in other branches
  1. 7 simple_node_importer.module \simple_node_importer_preprocess_mapping_help_text_info()

Implements preprocess().

File

./simple_node_importer.module, line 468
Simple node importer module file.

Code

function simple_node_importer_preprocess_mapping_help_text_info(&$vars) {
  $vars['filepath'] = $vars['fields']['filepath'];
}