You are here

public function CurrencyImporterInterface::getImportable in Commerce Core 8.2

Gets a list of importable currencies.

Return value

array An array in the currencyCode => name format.

1 method overrides CurrencyImporterInterface::getImportable()
CurrencyImporter::getImportable in modules/price/src/CurrencyImporter.php
Gets a list of importable currencies.

File

modules/price/src/CurrencyImporterInterface.php, line 16

Class

CurrencyImporterInterface
Imports the library-provided currency data into config entities.

Namespace

Drupal\commerce_price

Code

public function getImportable();