static function CurrencyExchangerFixedRates::operationsLinks in Currency 7.2
Implements CurrencyExchangerInterface::operationsLinks().
Overrides CurrencyExchangerInterface::operationsLinks
File
- currency/
includes/ CurrencyExchangerFixedRates.inc, line 70 - Contains class CurrencyExchangerFixedRates.
Class
- CurrencyExchangerFixedRates
- Provides manually entered exchange rates.
Code
static function operationsLinks() {
return array(
array(
'title' => t('configure'),
'href' => 'admin/config/regional/currency-exchange/fixed',
),
);
}