You are here

function uc_product_product_types in Ubercart 5

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

File

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

Code

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