You are here

function uc_product_product_types in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_product/uc_product.module \uc_product_product_types()

Implements hook_product_types().

File

uc_product/uc_product.module, line 1078
The product module for Ubercart.

Code

function uc_product_product_types() {
  return array_keys(uc_product_node_info());
}