MinervaNeue/includes/menu
Piotr Miazga b8abf809ac Hygiene: rename $navUrls to $toolbox
Previously we were passing the $tpl->data['nav_urls'] array,
because of that all params were called $navUrls. That approach
was incorrect and we have to pass $tpl->getToolbox(), which
means all $navUrls variables/paramters have to be renamed to
$toolbox for better clarity

Changes:
 - renamed $navUrls to $toolbox
 - update phpdocs blocks
 - renamed buildEntry() into build()

Bug: T222630
Change-Id: Id0023cfbb9779c502edc0f91e31a2a912af84084
2019-06-14 19:05:37 +02:00
..
Main Remove Recent Changes from Main Menu 2019-04-18 20:32:23 +02:00
PageActions Hygiene: rename $navUrls to $toolbox 2019-06-14 19:05:37 +02:00
AuthMenuEntry.php menu: Add system generated logoutToken on logout action in Minerva 2019-06-11 12:54:37 +01:00
Definitions.php Merge "Introduce new SingleMenuEntry" 2019-06-14 14:18:51 +00:00
Group.php Add method for getting menu entry by name 2019-06-06 13:04:29 -04:00
IMenuEntry.php Provide IMenuEntry interface 2019-05-14 13:12:37 +02:00
MenuEntry.php Add method for getting menu entry by name 2019-06-06 13:04:29 -04:00
SingleMenuEntry.php Introduce new SingleMenuEntry 2019-06-13 21:39:37 +02:00