You are here

public function PaymentStatusManagerInterface::getDescendants in Payment 8.2

Get a payment status's descendants.

Parameters

string $plugin_id:

Return value

array The machine names of this status's descendants.

1 method overrides PaymentStatusManagerInterface::getDescendants()
PaymentStatusManager::getDescendants in src/Plugin/Payment/Status/PaymentStatusManager.php
Get a payment status's descendants.

File

src/Plugin/Payment/Status/PaymentStatusManagerInterface.php, line 53

Class

PaymentStatusManagerInterface
Defines a payment status manager.

Namespace

Drupal\payment\Plugin\Payment\Status

Code

public function getDescendants($plugin_id);