@@ -16,21 +16,25 @@ class DisableOutput extends \Magento\Config\Block\System\Config\Form\Fieldset
16
16
{
17
17
/**
18
18
* @var \Magento\Framework\DataObject
19
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
19
20
*/
20
21
protected $ _dummyElement ;
21
22
22
23
/**
23
24
* @var \Magento\Config\Block\System\Config\Form\Field
25
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
24
26
*/
25
27
protected $ _fieldRenderer ;
26
28
27
29
/**
28
30
* @var array
31
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
29
32
*/
30
33
protected $ _values ;
31
34
32
35
/**
33
36
* @var \Magento\Framework\Module\ModuleListInterface
37
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
34
38
*/
35
39
protected $ _moduleList ;
36
40
@@ -53,7 +57,8 @@ public function __construct(
53
57
}
54
58
55
59
/**
56
- * @inheritdoc
60
+ * {@inheritdoc}
61
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
57
62
*/
58
63
public function render (\Magento \Framework \Data \Form \Element \AbstractElement $ element )
59
64
{
@@ -82,6 +87,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
82
87
}
83
88
84
89
/**
90
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
85
91
* @return \Magento\Framework\DataObject
86
92
*/
87
93
protected function _getDummyElement ()
@@ -93,6 +99,7 @@ protected function _getDummyElement()
93
99
}
94
100
95
101
/**
102
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
96
103
* @return \Magento\Config\Block\System\Config\Form\Field
97
104
*/
98
105
protected function _getFieldRenderer ()
@@ -106,6 +113,7 @@ protected function _getFieldRenderer()
106
113
}
107
114
108
115
/**
116
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
109
117
* @return array
110
118
*/
111
119
protected function _getValues ()
@@ -122,6 +130,7 @@ protected function _getValues()
122
130
/**
123
131
* @param \Magento\Framework\Data\Form\Element\Fieldset $fieldset
124
132
* @param string $moduleName
133
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
125
134
* @return mixed
126
135
*/
127
136
protected function _getFieldHtml ($ fieldset , $ moduleName )
0 commit comments