You are here

public function CurrencyImporterInterface::getImportable in Price 3.x

Same name and namespace in other branches
  1. 8 src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::getImportable()
  2. 2.0.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::getImportable()
  3. 2.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::getImportable()
  4. 3.0.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::getImportable()

Gets a list of importable currencies.

Return value

array An array in the currencyCode => name format.

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

File

src/CurrencyImporterInterface.php, line 16

Class

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

Namespace

Drupal\price

Code

public function getImportable();