Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-usps
Block
Adminhtml
Order
Packaging
Plugin
DisplayGirth.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Usps\Block\Adminhtml\Order\Packaging\Plugin
;
7
8
use
Magento\Shipping\Block\Adminhtml\Order\Packaging
;
9
use
Magento\Usps\Helper\Data
as DataHelper;
10
14
class
DisplayGirth
15
{
21
protected
$helper
;
22
28
public
function
__construct
(DataHelper
$helper
)
29
{
30
$this->helper =
$helper
;
31
}
32
42
public
function
aroundIsDisplayGirthValue
(
Packaging
$subject, \Closure $proceed)
43
{
44
return
$this->helper->displayGirthValue($subject->
getShipment
()->getOrder()->getShippingMethod());
45
}
46
}
Magento\Usps\Block\Adminhtml\Order\Packaging\Plugin
Definition:
DisplayGirth.php:6
Magento\Shipping\Block\Adminhtml\Order\Packaging
Definition:
Packaging.php:14
Magento\Shipping\Block\Adminhtml\Order\Packaging\getShipment
getShipment()
Definition:
Packaging.php:68
Magento\Usps\Block\Adminhtml\Order\Packaging\Plugin\DisplayGirth\aroundIsDisplayGirthValue
aroundIsDisplayGirthValue(Packaging $subject, \Closure $proceed)
Definition:
DisplayGirth.php:42
Magento\Usps\Block\Adminhtml\Order\Packaging\Plugin\DisplayGirth
Definition:
DisplayGirth.php:14
Magento\Usps\Block\Adminhtml\Order\Packaging\Plugin\DisplayGirth\__construct
__construct(DataHelper $helper)
Definition:
DisplayGirth.php:28
Magento\Shipping\Block\Adminhtml\Order\Packaging
Definition:
Grid.php:6
Magento\Usps\Block\Adminhtml\Order\Packaging\Plugin\DisplayGirth\$helper
$helper
Definition:
DisplayGirth.php:21
Magento\Usps\Helper\Data
Definition:
Data.php:13