Skip to content
Snippets Groups Projects

ISTWCMS-4653: checking for unpublished nodes when getting the menu

Merged Eric Bremner requested to merge feature/ISTWCMS-4653-ebremner-unpublished-menu into 8.x-1.x
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -101,10 +101,10 @@ interface UWServiceInterface {
/**
* Function to check that all menu links are published.
*
* @param $menu
* @param array $menu
* The array of menus.
*/
public function uwCheckPublishedMenuItems(&$menu): void;
public function uwCheckPublishedMenuItems(array &$menu): void;
/**
* A function to setup the menu for UW display.
Loading