@@ -21,41 +21,25 @@ class DisableOutput extends \Magento\Config\Block\System\Config\Form\Fieldset
21
21
{
22
22
/**
23
23
* @var \Magento\Framework\DataObject
24
- * @deprecated 100.2.0 Magento does not support disabling/enabling modules output from the Admin Panel since 2.2.0
25
- * version. Module output can still be enabled/disabled in configuration files. However, this functionality should
26
- * not be used in future development. Module design should explicitly state dependencies to avoid requiring output
27
- * disabling. This functionality will temporarily be kept in Magento core, as there are unresolved modularity
28
- * issues that will be addressed in future releases.
24
+ * @deprecated 100.2.0
29
25
*/
30
26
protected $ _dummyElement ;
31
27
32
28
/**
33
29
* @var \Magento\Config\Block\System\Config\Form\Field
34
- * @deprecated 100.2.0 Magento does not support disabling/enabling modules output from the Admin Panel since 2.2.0
35
- * version. Module output can still be enabled/disabled in configuration files. However, this functionality should
36
- * not be used in future development. Module design should explicitly state dependencies to avoid requiring output
37
- * disabling. This functionality will temporarily be kept in Magento core, as there are unresolved modularity
38
- * issues that will be addressed in future releases.
30
+ * @deprecated 100.2.0
39
31
*/
40
32
protected $ _fieldRenderer ;
41
33
42
34
/**
43
35
* @var array
44
- * @deprecated 100.2.0 Magento does not support disabling/enabling modules output from the Admin Panel since 2.2.0
45
- * version. Module output can still be enabled/disabled in configuration files. However, this functionality should
46
- * not be used in future development. Module design should explicitly state dependencies to avoid requiring output
47
- * disabling. This functionality will temporarily be kept in Magento core, as there are unresolved modularity
48
- * issues that will be addressed in future releases.
36
+ * @deprecated 100.2.0
49
37
*/
50
38
protected $ _values ;
51
39
52
40
/**
53
41
* @var \Magento\Framework\Module\ModuleListInterface
54
- * @deprecated 100.2.0 Magento does not support disabling/enabling modules output from the Admin Panel since 2.2.0
55
- * version. Module output can still be enabled/disabled in configuration files. However, this functionality should
56
- * not be used in future development. Module design should explicitly state dependencies to avoid requiring output
57
- * disabling. This functionality will temporarily be kept in Magento core, as there are unresolved modularity
58
- * issues that will be addressed in future releases.
42
+ * @deprecated 100.2.0
59
43
*/
60
44
protected $ _moduleList ;
61
45
@@ -112,11 +96,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
112
96
}
113
97
114
98
/**
115
- * @deprecated 100.2.0 Magento does not support disabling/enabling modules output from the Admin Panel since 2.2.0
116
- * version. Module output can still be enabled/disabled in configuration files. However, this functionality should
117
- * not be used in future development. Module design should explicitly state dependencies to avoid requiring output
118
- * disabling. This functionality will temporarily be kept in Magento core, as there are unresolved modularity
119
- * issues that will be addressed in future releases.
99
+ * @deprecated 100.2.0
120
100
* @return \Magento\Framework\DataObject
121
101
*/
122
102
protected function _getDummyElement ()
@@ -128,11 +108,7 @@ protected function _getDummyElement()
128
108
}
129
109
130
110
/**
131
- * @deprecated 100.2.0 Magento does not support disabling/enabling modules output from the Admin Panel since 2.2.0
132
- * version. Module output can still be enabled/disabled in configuration files. However, this functionality should
133
- * not be used in future development. Module design should explicitly state dependencies to avoid requiring output
134
- * disabling. This functionality will temporarily be kept in Magento core, as there are unresolved modularity
135
- * issues that will be addressed in future releases.
111
+ * @deprecated 100.2.0
136
112
* @return \Magento\Config\Block\System\Config\Form\Field
137
113
*/
138
114
protected function _getFieldRenderer ()
@@ -146,11 +122,7 @@ protected function _getFieldRenderer()
146
122
}
147
123
148
124
/**
149
- * @deprecated 100.2.0 Magento does not support disabling/enabling modules output from the Admin Panel since 2.2.0
150
- * version. Module output can still be enabled/disabled in configuration files. However, this functionality should
151
- * not be used in future development. Module design should explicitly state dependencies to avoid requiring output
152
- * disabling. This functionality will temporarily be kept in Magento core, as there are unresolved modularity
153
- * issues that will be addressed in future releases.
125
+ * @deprecated 100.2.0
154
126
* @return array
155
127
*/
156
128
protected function _getValues ()
@@ -167,11 +139,7 @@ protected function _getValues()
167
139
/**
168
140
* @param \Magento\Framework\Data\Form\Element\Fieldset $fieldset
169
141
* @param string $moduleName
170
- * @deprecated 100.2.0 Magento does not support disabling/enabling modules output from the Admin Panel since 2.2.0
171
- * version. Module output can still be enabled/disabled in configuration files. However, this functionality should
172
- * not be used in future development. Module design should explicitly state dependencies to avoid requiring output
173
- * disabling. This functionality will temporarily be kept in Magento core, as there are unresolved modularity
174
- * issues that will be addressed in future releases.
142
+ * @deprecated 100.2.0
175
143
* @return mixed
176
144
*/
177
145
protected function _getFieldHtml ($ fieldset , $ moduleName )
0 commit comments