You are here

public function OrderType::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.

Overrides OrderTypeInterface::getRefreshMode

File

modules/order/src/Entity/OrderType.php, line 153

Class

OrderType
Defines the order type entity class.

Namespace

Drupal\commerce_order\Entity

Code

public function getRefreshMode() {
  return $this->refresh_mode;
}