path.inc in Node import 5
Same filename and directory in other branches
File
supported/path.incView source
<?php
/**
* Implementation of hook_node_import_fields().
*/
function path_node_import_fields($type) {
return array(
'path' => t('Path: URL alias'),
);
}
Functions
Name | Description |
---|---|
path_node_import_fields | Implementation of hook_node_import_fields(). |