function path_node_import_fields in Node import 5
Same name and namespace in other branches
- 6 supported/path.inc \path_node_import_fields()
Implementation of hook_node_import_fields().
File
- supported/
path.inc, line 6
Code
function path_node_import_fields($type) {
return array(
'path' => t('Path: URL alias'),
);
}