MinervaNeue/includes/menu/PageActions
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
..
DefaultOverflowBuilder.php Hygiene: rename $navUrls to $toolbox 2019-06-14 19:05:37 +02:00
EmptyOverflowBuilder.php Hygiene: rename $navUrls to $toolbox 2019-06-14 19:05:37 +02:00
IOverflowBuilder.php Hygiene: rename $navUrls to $toolbox 2019-06-14 19:05:37 +02:00
PageActionMenuEntry.php PageActions menu should use Builder pattern 2019-06-05 21:07:40 +02:00
PageActionsDirector.php Hygiene: rename $navUrls to $toolbox 2019-06-14 19:05:37 +02:00
ToolbarBuilder.php Hygiene: Use PermissionsManager instead of deprecated methods 2019-06-05 21:12:10 +02:00
UserNamespaceOverflowBuilder.php Hygiene: rename $navUrls to $toolbox 2019-06-14 19:05:37 +02:00