You are here

public function OrderTypeInterface::setRefreshMode in Commerce Core 8.2

Sets the refresh mode for the order type.

Parameters

string $refresh_mode: The refresh mode.

Return value

$this

1 method overrides OrderTypeInterface::setRefreshMode()
OrderType::setRefreshMode in modules/order/src/Entity/OrderType.php
Sets the refresh mode for the order type.

File

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

Class

OrderTypeInterface
Defines the interface for order types.

Namespace

Drupal\commerce_order\Entity

Code

public function setRefreshMode($refresh_mode);