function commerce_payment_method_options_list in Commerce Core 7
Wraps commerce_payment_method_get_title() for the Entity module.
1 string reference to 'commerce_payment_method_options_list'
- commerce_payment_entity_property_info in modules/
payment/ commerce_payment.info.inc - Implements hook_entity_property_info().
File
- modules/
payment/ commerce_payment.module, line 656 - Defines the payment system and checkout integration.
Code
function commerce_payment_method_options_list() {
return commerce_payment_method_get_title();
}