9 calls to commerce_currencies() in Commerce Core 7
- commerce_currency_get_code in ./
commerce.module - Returns an associative array of the specified currency codes.
- commerce_currency_get_symbol in ./
commerce.module - Returns the symbol of any or all currencies.
- commerce_currency_load in ./
commerce.module - Returns a single currency array.
- commerce_currency_settings_form in includes/
commerce_ui.admin.inc - Builds the currency settings form.
- commerce_payment_handler_filter_currency_code::get_value_options in modules/
payment/ includes/ views/ handlers/ commerce_payment_handler_filter_currency_code.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- commerce_payment_order_transaction_add_form in modules/
payment/ includes/ commerce_payment.forms.inc - Allows an administrator to choose a payment method type and add a transaction for a specific order.
- commerce_price_field_widget_form in modules/
price/ commerce_price.module - Implements hook_field_widget_form().
- commerce_price_field_widget_settings_form in modules/
price/ commerce_price.module - Implements hook_field_widget_settings_form().
- RulesDataUICommercePrice::inputForm in modules/
price/ commerce_price.rules.inc - Constructs the direct input form.