You are here

public function OrderTypeInterface::getRefreshFrequency in Commerce Core 8.2

Gets the order type's refresh frequency.

Return value

int The frequency, in seconds.

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

File

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

Class

OrderTypeInterface
Defines the interface for order types.

Namespace

Drupal\commerce_order\Entity

Code

public function getRefreshFrequency();