You are here

function commerce_line_item_type_options_list in Commerce Core 7

Wraps commerce_line_item_type_get_name() for the Entity module.

1 string reference to 'commerce_line_item_type_options_list'
commerce_line_item_entity_property_info in modules/line_item/commerce_line_item.info.inc
Implements hook_entity_property_info().

File

modules/line_item/commerce_line_item.module, line 527
Defines the core Commerce line item entity and API functions interact with line items on orders.

Code

function commerce_line_item_type_options_list() {
  return commerce_line_item_type_get_name();
}