public function BeforePackEvent::setOrderItems in Commerce FedEx 8
Sets the plugin types.
Parameters
array $order_items: The order items array.
Return value
$this
File
- src/
Event/ BeforePackEvent.php, line 73
Class
- BeforePackEvent
- Defines the before pack event for FedEx.
Namespace
Drupal\commerce_fedex\EventCode
public function setOrderItems(array $order_items) {
$this->orderItems = $order_items;
return $this;
}