public function OrderInterface::setRefreshState in Commerce Core 8.2
Sets the order refresh state.
Parameters
string $refresh_state: The order refresh state.
Return value
$this
1 method overrides OrderInterface::setRefreshState()
- Order::setRefreshState in modules/
order/ src/ Entity/ Order.php - Sets the order refresh state.
File
- modules/
order/ src/ Entity/ OrderInterface.php, line 344
Class
- OrderInterface
- Defines the interface for orders.
Namespace
Drupal\commerce_order\EntityCode
public function setRefreshState($refresh_state);