File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
setup/src/Magento/Setup/Controller Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ public function __construct(
68
68
}
69
69
70
70
/**
71
+ * Index Action
72
+ *
71
73
* @return JsonModel
72
74
*/
73
75
public function indexAction ()
@@ -80,6 +82,8 @@ public function indexAction()
80
82
}
81
83
82
84
/**
85
+ * Menu Action
86
+ *
83
87
* @return array|ViewModel
84
88
*/
85
89
public function menuAction ()
@@ -92,7 +96,10 @@ public function menuAction()
92
96
}
93
97
94
98
/**
99
+ * SideMenu Action
100
+ *
95
101
* @return array|ViewModel
102
+ *
96
103
* @throws Exception
97
104
*/
98
105
public function sideMenuAction ()
@@ -108,6 +115,8 @@ public function sideMenuAction()
108
115
}
109
116
110
117
/**
118
+ * HeaderBar Action
119
+ *
111
120
* @return array|ViewModel
112
121
*/
113
122
public function headerBarAction ()
You can’t perform that action at this time.
0 commit comments