You are here

public function PaymentStatusDeleteForm::__construct in Payment 8.2

Constructs a new instance.

Parameters

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

\Psr\Log\LoggerInterface $logger:

File

src/Entity/PaymentStatus/PaymentStatusDeleteForm.php, line 30

Class

PaymentStatusDeleteForm
Provides the payments status deletion form.

Namespace

Drupal\payment\Entity\PaymentStatus

Code

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