You are here

function currency_api_help in Currency 5

Same name and namespace in other branches
  1. 6 currency_api/currency_api.module \currency_api_help()
  2. 7 currency_api/currency_api.module \currency_api_help()

File

currency_api/currency_api.module, line 9

Code

function currency_api_help($section) {
  switch ($section) {
    case 'admin/help#currency_api':
      return t('This module provides an API for currency conversion.');
  }
}