constant UPDATE_FREQUENCY in Currency 6
Same name and namespace in other branches
- 5 currency_api/currency_api.module \UPDATE_FREQUENCY
- 7 currency_api/currency_api.module \UPDATE_FREQUENCY
2 uses of UPDATE_FREQUENCY
- currency_api_admin_settings in currency_api/
currency_api.module - Menu callback; module settings form.
- currency_api_load in currency_api/
currency_api.module - Fetch cached rate for from and to currencies. Retrieve from static array variable, else from database.
File
- currency_api/
currency_api.module, line 11 - This module provides an API for currency conversion.
Code
define('UPDATE_FREQUENCY', 3600);