You are here

public function CurrencyLocaleDeleteForm::__construct in Currency 8.3

Constructs a new instance.

Parameters

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

File

src/Entity/CurrencyLocale/CurrencyLocaleDeleteForm.php, line 22

Class

CurrencyLocaleDeleteForm
Provides a currency currency locale delete form.

Namespace

Drupal\currency\Entity\CurrencyLocale

Code

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