You are here

function tangible_node_import_types in Node import 5

Implementation of hook_node_import_types().

File

supported/ecommerce/tangible.inc, line 12
Support file for tangible.module of the e-commerce module bundle.

Code

function tangible_node_import_types() {
  return array(
    'tangible' => t('Shippable product'),
  );
}