You are here

public function LicenseInterface::getOriginatingOrder in Commerce License 8.2

Gets the originating order.

The order that originated the license creation.

Return value

\Drupal\commerce_order\Entity\OrderInterface|null The originated order, or NULL if not known.

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

File

src/Entity/LicenseInterface.php, line 165

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function getOriginatingOrder();