You are here

public function PaymentListBuilder::setCurrencyStorage in Payment 8.2

Sets the currency storage.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $currency_storage: The currency storage.

File

src/Entity/Payment/PaymentListBuilder.php, line 76

Class

PaymentListBuilder
Lists payment entities.

Namespace

Drupal\payment\Entity\Payment

Code

public function setCurrencyStorage(EntityStorageInterface $currency_storage) {
  $this->currencyStorage = $currency_storage;
}