You are here

static function CurrencyExchanger::operationsLinks in Currency 7.2

Implements CurrencyExchangerInterface::operationsLinks().

Overrides CurrencyExchangerInterface::operationsLinks

File

currency/includes/CurrencyExchanger.inc, line 114
Contains class CurrencyExchanger.

Class

CurrencyExchanger
A currency exchanger that uses other available currency exchangers to load exchange rates.

Code

static function operationsLinks() {
  return array(
    array(
      'title' => t('configure'),
      'href' => 'admin/config/regional/currency-exchange',
    ),
  );
}