You are here

path.inc in Node import 5

Same filename and directory in other branches
  1. 6 supported/path.inc

File

supported/path.inc
View source
<?php

/**
 * Implementation of hook_node_import_fields().
 */
function path_node_import_fields($type) {
  return array(
    'path' => t('Path: URL alias'),
  );
}

Functions

Namesort descending Description
path_node_import_fields Implementation of hook_node_import_fields().