File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
lib/internal/Magento/Framework/App/Config Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
/**
9
9
* Config data model
10
10
*
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
13
+ * and deprecate the mentioned together with the model
14
+ *
11
15
* @method string getScope()
12
16
* @method \Magento\Framework\App\Config\ValueInterface setScope(string $value)
13
17
* @method int getScopeId()
17
21
* @method string getValue()
18
22
* @method \Magento\Framework\App\Config\ValueInterface setValue(string $value)
19
23
*
24
+ * @api
25
+ *
20
26
* @SuppressWarnings(PHPMD.NumberOfChildren)
21
27
*/
22
28
class Value extends \Magento \Framework \Model \AbstractModel implements \Magento \Framework \App \Config \ValueInterface
Original file line number Diff line number Diff line change 9
9
10
10
/**
11
11
* Interface \Magento\Framework\App\Config\ValueInterface
12
- *
12
+ *
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
15
+ * {@see \Magento\Framework\App\Config\Value}
13
16
*/
14
17
interface ValueInterface
15
18
{
You can’t perform that action at this time.
0 commit comments