You are here

function PaymentStatusInterface::getDescendants in Payment 8.2

Get this payment status's descendants.

Return value

array The machine names of this status's descendants.

1 method overrides PaymentStatusInterface::getDescendants()
PaymentStatusBase::getDescendants in src/Plugin/Payment/Status/PaymentStatusBase.php
Get this payment status's descendants.

File

src/Plugin/Payment/Status/PaymentStatusInterface.php, line 63

Class

PaymentStatusInterface
A payment status plugin.

Namespace

Drupal\payment\Plugin\Payment\Status

Code

function getDescendants();