You are here

public function PaymentStatusManagerInterface::getChildren in Payment 8.2

Gets a payment status's children.

Parameters

string $plugin_id:

Return value

array The plugin IDs of this status's children.

1 method overrides PaymentStatusManagerInterface::getChildren()
PaymentStatusManager::getChildren in src/Plugin/Payment/Status/PaymentStatusManager.php
Gets a payment status's children.

File

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

Class

PaymentStatusManagerInterface
Defines a payment status manager.

Namespace

Drupal\payment\Plugin\Payment\Status

Code

public function getChildren($plugin_id);