diff -u b/src/Plugin/Sitemap/Menu.php b/src/Plugin/Sitemap/Menu.php --- b/src/Plugin/Sitemap/Menu.php +++ b/src/Plugin/Sitemap/Menu.php @@ -127,7 +127,7 @@ // manipulator to ensure that only menu items from the current language are // displayed. if ($this->moduleHandler->moduleExists('menu_manipulator')) { - $manipulators[] = ['callable' => 'menu.language_tree_manipulator:filterLanguage']; + $manipulators[] = ['callable' => 'menu_manipulator.menu_tree_manipulators:filterTreeByCurrentLanguage']; } $tree = $this->menuLinkTree->transform($tree, $manipulators);