public function MolliePayment::getExecuteStatusId in Mollie Payment 8.2
Same name in this branch
- 8.2 src/Plugin/Payment/MethodConfiguration/MolliePayment.php \Drupal\mollie_payment\Plugin\Payment\MethodConfiguration\MolliePayment::getExecuteStatusId()
- 8.2 src/Plugin/Payment/Method/MolliePayment.php \Drupal\mollie_payment\Plugin\Payment\Method\MolliePayment::getExecuteStatusId()
Gets the status to set on payment execution.
Return value
string The plugin ID of the payment status to set.
File
- src/
Plugin/ Payment/ Method/ MolliePayment.php, line 108
Class
- MolliePayment
- A payment method using Mollie.
Namespace
Drupal\mollie_payment\Plugin\Payment\MethodCode
public function getExecuteStatusId() {
return $this->pluginDefinition['execute_status_id'];
}