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 88/**
99 * Config data model
1010 *
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+ *
1115 * @method string getScope()
1216 * @method \Magento\Framework\App\Config\ValueInterface setScope(string $value)
1317 * @method int getScopeId()
1721 * @method string getValue()
1822 * @method \Magento\Framework\App\Config\ValueInterface setValue(string $value)
1923 *
24+ * @api
25+ *
2026 * @SuppressWarnings(PHPMD.NumberOfChildren)
2127 */
2228class Value extends \Magento \Framework \Model \AbstractModel implements \Magento \Framework \App \Config \ValueInterface
Original file line number Diff line number Diff line change 99
1010/**
1111 * 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}
1316 */
1417interface ValueInterface
1518{
You can’t perform that action at this time.
0 commit comments