You are here

public function LicenseInterface::getOriginatingOrderId in Commerce License 8.2

Gets the originating order ID.

Return value

int|null The originating order ID, or NULL if not known.

1 method overrides LicenseInterface::getOriginatingOrderId()
License::getOriginatingOrderId in src/Entity/License.php
Gets the originating order ID.

File

src/Entity/LicenseInterface.php, line 183

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function getOriginatingOrderId();