You are here

function commerce_order_type_options_list in Commerce Core 7

Wraps commerce_order_type_get_name() for the Entity module.

1 string reference to 'commerce_order_type_options_list'
commerce_order_entity_property_info in modules/order/commerce_order.info.inc
Implements hook_entity_property_info().

File

modules/order/commerce_order.module, line 707
Defines the core Commerce order entity and API functions to manage orders and interact with them.

Code

function commerce_order_type_options_list() {
  return commerce_order_type_get_name();
}