Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
afterGet (\Magento\Sales\Api\ShipmentRepositoryInterface $shipmentRepository, \Magento\Sales\Api\Data\ShipmentInterface $shipment) | |
Plugin to convert shipping label from blob to base64encoded string
Definition at line 13 of file ShippingLabelConverter.php.
afterGet | ( | \Magento\Sales\Api\ShipmentRepositoryInterface | $shipmentRepository, |
\Magento\Sales\Api\Data\ShipmentInterface | $shipment | ||
) |
Convert shipping label from blob to base64encoded string
\Magento\Sales\Api\ShipmentRepositoryInterface | $shipmentRepository | |
\Magento\Sales\Api\Data\ShipmentInterface | $shipment |
@SuppressWarnings(PHPMD.UnusedFormalParameter)
Definition at line 46 of file ShippingLabelConverter.php.