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-shipping
Block
Adminhtml
View
Items.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Shipping\Block\Adminhtml\View
;
8
15
class
Items
extends
\Magento\Sales\Block\Adminhtml\Items\AbstractItems
16
{
22
public
function
getShipment
()
23
{
24
return
$this->_coreRegistry->registry(
'current_shipment'
);
25
}
26
32
public
function
getOrder
()
33
{
34
return
$this->
getShipment
()->getOrder();
35
}
36
42
public
function
getSource
()
43
{
44
return
$this->
getShipment
();
45
}
46
}
Magento\Shipping\Block\Adminhtml\View\Items\getOrder
getOrder()
Definition:
Items.php:32
Magento\Shipping\Block\Adminhtml\View\Items\getSource
getSource()
Definition:
Items.php:42
Magento\Shipping\Block\Adminhtml\View
Definition:
Comments.php:12
Magento\Sales\Block\Adminhtml\Items\AbstractItems
Definition:
AbstractItems.php:17
Magento\Shipping\Block\Adminhtml\View\Items\getShipment
getShipment()
Definition:
Items.php:22
Magento\Shipping\Block\Adminhtml\View\Items
Definition:
Items.php:15