public function PaymentStatusInterface::getParentId in Payment 8.2
Gets the parent plugin's ID.
Return value
string
1 method overrides PaymentStatusInterface::getParentId()
- PaymentStatus::getParentId in src/
Entity/ PaymentStatus.php - Gets the parent plugin's ID.
File
- src/
Entity/ PaymentStatusInterface.php, line 48
Class
- PaymentStatusInterface
- Defines payment statuses.
Namespace
Drupal\payment\EntityCode
public function getParentId();