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-catalog
Pricing
Price
CustomOptionPriceInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Catalog\Pricing\Price
;
7
14
interface
CustomOptionPriceInterface
15
{
19
const
CONFIGURATION_OPTION_FLAG
=
'configuration_option_flag'
;
20
26
public
function
getOptions
();
27
34
public
function
getCustomOptionRange
($getMin);
35
}
Magento\Catalog\Pricing\Price\CustomOptionPriceInterface\getOptions
getOptions()
Magento\Catalog\Pricing\Price\CustomOptionPriceInterface\CONFIGURATION_OPTION_FLAG
const CONFIGURATION_OPTION_FLAG
Definition:
CustomOptionPriceInterface.php:19
Magento\Catalog\Pricing\Price\CustomOptionPriceInterface
Definition:
CustomOptionPriceInterface.php:14
Magento\Catalog\Pricing\Price\CustomOptionPriceInterface\getCustomOptionRange
getCustomOptionRange($getMin)
Magento\Catalog\Pricing\Price
Definition:
BasePrice.php:7