You are here

public function PaymentStatus::getParentId in Payment 8.2

Gets the parent plugin's ID.

Return value

string

Overrides PaymentStatusInterface::getParentId

File

src/Entity/PaymentStatus.php, line 126

Class

PaymentStatus
Defines a payment status entity.

Namespace

Drupal\payment\Entity

Code

public function getParentId() {
  return $this->parentId;
}