static function CurrencyExchangerInterface::operationsLinks in Currency 7.2
Returns an array of operations links.
Return value
array The structure is the same as that of the 'links' item of theme_links()' $variables argument.
3 methods override CurrencyExchangerInterface::operationsLinks()
- CurrencyExchanger::operationsLinks in currency/
includes/ CurrencyExchanger.inc - Implements CurrencyExchangerInterface::operationsLinks().
- CurrencyExchangerBartFeenstraCurrency::operationsLinks in currency/
includes/ CurrencyExchangerBartFeenstraCurrency.inc - Implements CurrencyExchangerInterface::operationsLinks().
- CurrencyExchangerFixedRates::operationsLinks in currency/
includes/ CurrencyExchangerFixedRates.inc - Implements CurrencyExchangerInterface::operationsLinks().
File
- currency/
includes/ CurrencyExchangerInterface.inc, line 56 - Contains interface CurrencyExchangerInterface.
Class
- CurrencyExchangerInterface
- Describes a currency exchanger.
Code
static function operationsLinks();