WellCommerce\Bundle\CurrencyBundle\Importer\AbstractExchangeRatesImporter::getCurrencies PHP Method

getCurrencies() protected method

Returns all currencies from repository
protected getCurrencies ( ) : Currency[]
return WellCommerce\Bundle\CurrencyBundle\Entity\Currency[]
    protected function getCurrencies()
    {
        return $this->currencyRepository->findAll();
    }