File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
dev/tests/static/testsuite/Magento/Test/Legacy/_files
lib/internal/Magento/Framework/App/Config Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 712
712
'Magento\Sales\Block\Reorder\Sidebar ' ,
713
713
'\Magento\Sales\CustomerData\LastOrderedItems::SIDEBAR_ORDER_LIMIT ' ,
714
714
],
715
- ['ENTITY ' , 'Magento\Framework\App\Config\ValueInterface ' ],
716
715
['XML_PATH_ALLOW_CURRENCIES_INSTALLED ' , 'Magento\Framework\Locale\CurrencyInterface ' ],
717
716
[
718
717
'DEFAULT_CURRENCY ' ,
Original file line number Diff line number Diff line change 9
9
* Config data model
10
10
*
11
11
* This model is temporarily marked as API since {@see \Magento\Framework\App\Config\ValueInterface} doesn't fit
12
- * developers' needs of extensibility. In 2.4 we are going to introduce a new iterface which should cover all needs
12
+ * developers' needs of extensibility. In 2.4 we are going to introduce a new interface which should cover all needs
13
13
* and deprecate the mentioned together with the model
14
14
*
15
15
* @method string getScope()
Original file line number Diff line number Diff line change 11
11
* Interface \Magento\Framework\App\Config\ValueInterface
12
12
*
13
13
* This interface cannot be marked as API since doesn't fit developers' needs of extensibility. In 2.4 we are going
14
- * to introduce a new iterface which should cover all needs and deprecate the this one with the model
14
+ * to introduce a new interface which should cover all needs and deprecate the this one with the model
15
15
* {@see \Magento\Framework\App\Config\Value}
16
16
*/
17
17
interface ValueInterface
18
18
{
19
19
/**
20
20
* Table name
21
+ *
22
+ * @deprecated since it is not used
21
23
*/
22
24
const ENTITY = 'config_data ' ;
23
25
You can’t perform that action at this time.
0 commit comments