public function PaymentStatusBase::getChildren in Payment 8.2
Gets this payment status's children.
Return value
array The plugin IDs of this status's children.
Overrides PaymentStatusInterface::getChildren
File
- src/
Plugin/ Payment/ Status/ PaymentStatusBase.php, line 133
Class
- PaymentStatusBase
- Provides a base payment status.
Namespace
Drupal\payment\Plugin\Payment\StatusCode
public function getChildren() {
return $this->paymentStatusManager
->getChildren($this
->getPluginId());
}