You are here

function commerce_line_item_price_component_options_list in Commerce Core 7

Options list callback: price component selection list.

1 string reference to 'commerce_line_item_price_component_options_list'
commerce_line_item_rules_action_info in modules/line_item/commerce_line_item.rules.inc
Implements hook_rules_action_info().

File

modules/line_item/commerce_line_item.rules.inc, line 121
Rules integration for line items.

Code

function commerce_line_item_price_component_options_list() {
  return commerce_price_component_titles();
}