money_field |
./money.module |
Implementation of hook_field(). |
|
|
money_field_formatter |
./money.module |
Implementation of hook_field_formatter(). |
|
|
money_field_formatter_info |
./money.module |
Implementation of hook_field_formatter_info(). |
|
|
money_field_info |
./money.module |
Implementation of hook_field_info(). |
|
|
money_field_settings |
./money.module |
Implementation of hook_field_settings(). |
|
|
money_token_list |
./money.module |
Implementation of hook_token_list(). |
|
|
money_token_values |
./money.module |
Implementation of hook_token_values(). |
|
|
money_views_handler_filter_amount |
./money.module |
Views filter handler: amount filter. |
|
1 |
money_views_handler_filter_currency |
./money.module |
Views filter handler: currency filter. |
|
1 |
money_widget |
./money.module |
Implementation of hook_widget(). |
|
|
money_widget_info |
./money.module |
Implementation of hook_widget_info(). |
|
|
theme_money_field_settings_currency_list |
./money.module |
Format the list of currencies that is displayed in the money field settings
form. |
|
|
_money_amount_to_integer |
./money.module |
Convert the amount (a string entered by the user) to an integer. |
2 |
|
_money_get_decimal_separator |
./money.module |
Get the decimal separator from a variable, use the default if the variable
is empty. |
5 |
|
_money_get_digit_group_separator |
./money.module |
Get the digit group separator from a variable, use the default if the
variable is empty. |
5 |
|
_money_get_displayed_decimals |
./money.module |
Get the number of displayed decimals, use the default if the variable is
empty. |
3 |
|
_money_parse_currencies |
./money.module |
Parse currency codes from a comma-separated list. |
3 |
|