File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Config/Block/System/Config/Form/Fieldset/Modules
lib/internal/Magento/Framework/Module/Output Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function getFormKey()
70
70
*
71
71
* @param string $moduleName Full module name
72
72
* @return boolean
73
- * @deprecated was removed from Magento
73
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
74
74
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
75
75
*/
76
76
public function isOutputEnabled ($ moduleName = null )
Original file line number Diff line number Diff line change 17
17
<label >Advanced</label >
18
18
</tab >
19
19
<!--
20
- @deprecated because advanced section doesn't display anymore
20
+ @deprecated Magento does not support custom disabling/enabling modules output since 2.2.0 version.
21
+ Section 'Advanced' was disabled. This section will be removed from code in one release.
21
22
-->
22
23
<section id =" advanced" translate =" label" type =" text" sortOrder =" 910" showInDefault =" 0" showInWebsite =" 0" showInStore =" 0" >
23
24
<label >Advanced</label >
Original file line number Diff line number Diff line change 6
6
namespace Magento \Config \Block \System \Config \Form \Fieldset \Modules ;
7
7
8
8
/**
9
- * Displays a list of the inputs with names of the modules on tab Store-> Configuration Advanced/ Advanced
9
+ * Displays a list of <select> tags with names of the modules on tab Stores > Configuration > Advanced / Advanced
10
10
* on the store settings page.
11
11
*
12
12
* @method \Magento\Config\Block\System\Config\Form getForm()
13
- * @deprecated was removed from Magento
13
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
14
14
*/
15
15
class DisableOutput extends \Magento \Config \Block \System \Config \Form \Fieldset
16
16
{
Original file line number Diff line number Diff line change 10
10
/**
11
11
* Checks whether the module is enabled in the configuration.
12
12
*
13
- * @deprecated was removed from Magento
13
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
14
14
*/
15
15
class Config implements \Magento \Framework \Module \Output \ConfigInterface
16
16
{
Original file line number Diff line number Diff line change 8
8
/**
9
9
* Checks whether the module is enabled in the configuration.
10
10
*
11
- * @deprecated was removed from Magento
11
+ * @deprecated Magento does not support custom disabling/enabling module output since 2.2.0 version
12
12
*/
13
13
interface ConfigInterface
14
14
{
You can’t perform that action at this time.
0 commit comments