You are here

function commerce_order_state_options_list in Commerce Core 7

Wraps commerce_order_state_get_title() for use by the Entity module.

2 string references to 'commerce_order_state_options_list'
commerce_order_entity_property_info in modules/order/commerce_order.info.inc
Implements hook_entity_property_info().
commerce_order_rules_action_info in modules/order/commerce_order.rules.inc
Implements hook_rules_action_info().

File

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

Code

function commerce_order_state_options_list() {
  return commerce_order_state_get_title();
}