You are here

public function PaymentInterface::getOrderId in Commerce Core 8.2

Gets the parent order ID.

Return value

int|null The order ID, or null.

1 method overrides PaymentInterface::getOrderId()
Payment::getOrderId in modules/payment/src/Entity/Payment.php
Gets the parent order ID.

File

modules/payment/src/Entity/PaymentInterface.php, line 62

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function getOrderId();