public function OrderTypeInterface::setRefreshFrequency in Commerce Core 8.2
Sets the refresh frequency for the order type.
Parameters
int $refresh_frequency: The frequency, in seconds.
Return value
$this
1 method overrides OrderTypeInterface::setRefreshFrequency()
- OrderType::setRefreshFrequency in modules/
order/ src/ Entity/ OrderType.php - Sets the refresh frequency for the order type.
File
- modules/
order/ src/ Entity/ OrderTypeInterface.php, line 98
Class
- OrderTypeInterface
- Defines the interface for order types.
Namespace
Drupal\commerce_order\EntityCode
public function setRefreshFrequency($refresh_frequency);