public function CurrencyImporterInterface::getImportable in Price 2.x
Same name and namespace in other branches
- 8 src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::getImportable()
- 3.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::getImportable()
- 2.0.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::getImportable()
- 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\priceCode
public function getImportable();