You are here

public function PaymentReceiptInterface::getComment in Ubercart 8.4

Returns the comment attached to the payment.

Return value

string The comment.

1 method overrides PaymentReceiptInterface::getComment()
PaymentReceipt::getComment in payment/uc_payment/src/Entity/PaymentReceipt.php
Returns the comment attached to the payment.

File

payment/uc_payment/src/PaymentReceiptInterface.php, line 74

Class

PaymentReceiptInterface
Provides an interface for defining payment receipt entities.

Namespace

Drupal\uc_payment

Code

public function getComment();