You are here

function commerce_price_table_price_component_options_list in Commerce Price Table 7

Options list callback: price component selection list.

1 string reference to 'commerce_price_table_price_component_options_list'
commerce_price_table_rules_action_info in ./commerce_price_table.rules.inc
Implements hook_rules_action_info().

File

./commerce_price_table.rules.inc, line 59

Code

function commerce_price_table_price_component_options_list() {
  return commerce_price_component_titles();
}