You are here

function commerce_currency_code_options_list in Commerce Core 7

Wraps commerce_currency_get_code() for use by the Entity module.

1 call to commerce_currency_code_options_list()
commerce_price_handler_filter_commerce_price_amount::options_form in modules/price/includes/views/handlers/commerce_price_handler_filter_commerce_price_amount.inc
Provide the basic form which calls through to subforms.
1 string reference to 'commerce_currency_code_options_list'
commerce_price_field_data_property_info in modules/price/commerce_price.module
Defines info for the properties of the Price field data structure.

File

./commerce.module, line 578
Defines features and functions common to the Commerce modules.

Code

function commerce_currency_code_options_list() {
  return commerce_currency_get_code(TRUE);
}