File tree Expand file tree Collapse file tree 3 files changed +7
-6
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 +7
-6
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()
@@ -113,9 +113,9 @@ public function getFieldsetDataValue($key)
113
113
}
114
114
115
115
/**
116
- * @inheritdoc
116
+ * Processing object after save data
117
117
*
118
- * @inheritdoc. In addition, it sets status 'invalidate' for config caches
118
+ * { @inheritdoc} . In addition, it sets status 'invalidate' for config caches
119
119
*
120
120
* @return $this
121
121
*/
@@ -129,9 +129,9 @@ public function afterSave()
129
129
}
130
130
131
131
/**
132
- * @inheritdoc
132
+ * Processing object after delete data
133
133
*
134
- * @inheritdoc. In addition, it sets status 'invalidate' for config caches
134
+ * { @inheritdoc} . In addition, it sets status 'invalidate' for config caches
135
135
*
136
136
* @return $this
137
137
*/
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ 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