You are here

public function PaymentStatusForm::setPaymentStatusPluginType in Payment 8.2

Sets the payment status plugin type.

Parameters

\Drupal\plugin\PluginType\PluginTypeInterface $payment_status_plugin_type: The plugin type.

File

src/Entity/Payment/PaymentStatusForm.php, line 72

Class

PaymentStatusForm
Provides the payment status update form.

Namespace

Drupal\payment\Entity\Payment

Code

public function setPaymentStatusPluginType(PluginTypeInterface $payment_status_plugin_type) {
  $this->paymentStatusPluginType = $payment_status_plugin_type;
}