You are here

public function OrderInterface::getVersion in Commerce Core 8.2

Gets the order version identifier.

Return value

int Version identifier of the order.

1 method overrides OrderInterface::getVersion()
Order::getVersion in modules/order/src/Entity/Order.php
Gets the order version identifier.

File

modules/order/src/Entity/OrderInterface.php, line 47

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function getVersion();