You are here

public function CurrencyDeleteForm::__construct in Currency 8.3

Constructs a new instance.

Parameters

\Drupal\Core\StringTranslation\TranslationInterface $string_translation: The string translator.

File

src/Entity/Currency/CurrencyDeleteForm.php, line 22

Class

CurrencyDeleteForm
Provides the currency deletion form.

Namespace

Drupal\currency\Entity\Currency

Code

public function __construct(TranslationInterface $string_translation) {
  $this->stringTranslation = $string_translation;
}