You are here

public function ProposedShipment::getCustomFields in Commerce Shipping 8.2

Gets the custom fields.

Return value

array The custom fields, in the $field_name => $value format.

File

src/ProposedShipment.php, line 169

Class

ProposedShipment
Represents a proposed shipment.

Namespace

Drupal\commerce_shipping

Code

public function getCustomFields() : array {
  return $this->customFields;
}