You are here

public function LicenseInterface::setOriginatingOrder in Commerce License 8.2

Sets the originating order.

Parameters

\Drupal\commerce_order\Entity\OrderInterface $originating_order: The originating order.

Return value

$this

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

File

src/Entity/LicenseInterface.php, line 175

Class

LicenseInterface
Provides an interface for License entities.

Namespace

Drupal\commerce_license\Entity

Code

public function setOriginatingOrder(OrderInterface $originating_order);