public function CurrencyImporterInterface::importTranslations in Price 8
Same name and namespace in other branches
- 3.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::importTranslations()
- 2.0.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::importTranslations()
- 2.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::importTranslations()
- 3.0.x src/CurrencyImporterInterface.php \Drupal\price\CurrencyImporterInterface::importTranslations()
Imports translations for the given language codes.
Parameters
array $langcodes: Array of language codes to import translations for.
1 method overrides CurrencyImporterInterface::importTranslations()
- CurrencyImporter::importTranslations in src/
CurrencyImporter.php - Imports translations for the given language codes.
File
- src/
CurrencyImporterInterface.php, line 53
Class
- CurrencyImporterInterface
- Imports the library-provided currency data into config entities.
Namespace
Drupal\priceCode
public function importTranslations(array $langcodes);