We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e1041 commit 918c9c2Copy full SHA for 918c9c2
lib/internal/Magento/Framework/App/Config/Value.php
@@ -8,6 +8,10 @@
8
/**
9
* Config data model
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
+ *
15
* @method string getScope()
16
* @method \Magento\Framework\App\Config\ValueInterface setScope(string $value)
17
* @method int getScopeId()
0 commit comments