public function PaymentStatusInterface::getChildren in Payment 8.2
Gets this payment status's children.
Return value
array The plugin IDs of this status's children.
1 method overrides PaymentStatusInterface::getChildren()
- PaymentStatusBase::getChildren in src/
Plugin/ Payment/ Status/ PaymentStatusBase.php - Gets this payment status's children.
File
- src/
Plugin/ Payment/ Status/ PaymentStatusInterface.php, line 55
Class
- PaymentStatusInterface
- A payment status plugin.
Namespace
Drupal\payment\Plugin\Payment\StatusCode
public function getChildren();