File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/code/Magento/Backend/Block Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ public function __construct(
38
38
/**
39
39
* Render menu item anchor.
40
40
*
41
+ * It is used in backend menu to render anchor menu.
42
+ *
41
43
* @param Item|false $activeItem Can be false if menu item is inaccessible
42
44
* but was triggered directly using controller. It is a legacy code behaviour.
43
45
* @param Item $menuItem
Original file line number Diff line number Diff line change 13
13
class MenuItemChecker
14
14
{
15
15
/**
16
- * Check whether given item is currently selected
16
+ * Check whether given menu item is currently selected.
17
+ *
18
+ * It is used in backend menu to highlight active menu item.
17
19
*
18
20
* @param Item|false $activeItem Can be false if menu item is inaccessible
19
21
* but was triggered directly using controller. It is a legacy code behaviour.
You can’t perform that action at this time.
0 commit comments