You are here

protected property CurrencyRepository::$currencyStorage in Price 2.x

Same name and namespace in other branches
  1. 8 src/Repository/CurrencyRepository.php \Drupal\price\Repository\CurrencyRepository::currencyStorage
  2. 3.x src/Repository/CurrencyRepository.php \Drupal\price\Repository\CurrencyRepository::currencyStorage
  3. 2.0.x src/Repository/CurrencyRepository.php \Drupal\price\Repository\CurrencyRepository::currencyStorage
  4. 3.0.x src/Repository/CurrencyRepository.php \Drupal\price\Repository\CurrencyRepository::currencyStorage

The currency storage.

Type: \Drupal\Core\Config\Entity\ConfigEntityStorageInterface

File

src/Repository/CurrencyRepository.php, line 27

Class

CurrencyRepository
Defines the currency repository.

Namespace

Drupal\price\Repository

Code

protected $currencyStorage;