public function PaymentInterface::getRemoteId in Commerce Core 8.2
Gets the payment remote ID.
Return value
string The payment remote ID.
1 method overrides PaymentInterface::getRemoteId()
- Payment::getRemoteId in modules/
payment/ src/ Entity/ Payment.php - Gets the payment remote ID.
File
- modules/
payment/ src/ Entity/ PaymentInterface.php, line 70
Class
- PaymentInterface
- Defines the interface for payments.
Namespace
Drupal\commerce_payment\EntityCode
public function getRemoteId();