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
framework
Pricing
PriceInfoInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\Pricing
;
8
9
use
Magento\Framework\Pricing\Adjustment\AdjustmentInterface
;
10
use
Magento\Framework\Pricing\Price\PriceInterface
;
11
18
interface
PriceInfoInterface
19
{
23
const
PRODUCT_QUANTITY_DEFAULT
= 1.;
24
30
public
function
getPrices
();
31
38
public
function
getPrice
($priceCode);
39
45
public
function
getAdjustments
();
46
53
public
function
getAdjustment
($adjustmentCode);
54
}
Magento\Framework\Pricing\PriceInfoInterface\getPrice
getPrice($priceCode)
Magento\Framework\Pricing
Magento\Framework\Pricing\PriceInfoInterface\getPrices
getPrices()
Magento\Framework\Pricing\PriceInfoInterface
Definition:
PriceInfoInterface.php:18
Magento\Framework\Pricing\Adjustment\AdjustmentInterface
Definition:
AdjustmentInterface.php:17
Magento\Framework\Pricing\PriceInfoInterface\getAdjustment
getAdjustment($adjustmentCode)
Magento\Framework\Pricing\PriceInfoInterface\getAdjustments
getAdjustments()
Magento\Framework\Pricing\PriceInfoInterface\PRODUCT_QUANTITY_DEFAULT
const PRODUCT_QUANTITY_DEFAULT
Definition:
PriceInfoInterface.php:23
Magento\Framework\Pricing\Price\PriceInterface
Definition:
PriceInterface.php:17