You are here

public function OrderTypeInterface::getRefreshMode in Commerce Core 8.2

Gets the order type's refresh mode.

Used by the order refresh process.

Return value

string The refresh mode.

1 method overrides OrderTypeInterface::getRefreshMode()
OrderType::getRefreshMode in modules/order/src/Entity/OrderType.php
Gets the order type's refresh mode.

File

modules/order/src/Entity/OrderTypeInterface.php, line 70

Class

OrderTypeInterface
Defines the interface for order types.

Namespace

Drupal\commerce_order\Entity

Code

public function getRefreshMode();