You are here

constant CURRENCY_SIGN_FORM_ELEMENT_CUSTOM_VALUE in Currency 7.2

The value for the currency_sign form element's "custom" option.

4 uses of CURRENCY_SIGN_FORM_ELEMENT_CUSTOM_VALUE
CurrencySignFormElementWebTestCase::testValidation in currency/tests/CurrencySignFormElementWebTestCase.test
Test validation.
CurrencyUIWebTestCase::testCurrencyExportablesUI in currency/tests/CurrencyUIWebTestCase.test
Test Currency's exportables UI.
currency_form_currency_sign_process in currency/currency.module
Implements form process callback for a currency_sign element.
currency_form_currency_sign_validate in currency/currency.module
Implements form validate callback for a currency_sign element.

File

currency/currency.module, line 22
Provides currency information and allows users to add custom currencies.

Code

define('CURRENCY_SIGN_FORM_ELEMENT_CUSTOM_VALUE', '###CUSTOM###');