Loading src/DomainMenusListBuilder.php +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ class DomainMenusListBuilder extends MenuListBuilder { $query->condition('id', array_keys($menus), 'IN'); } // If we don't find any menus, we return an empty result set. if (empty($menus)) { return []; } // Only add the pager if a limit is specified. if ($this->limit) { $query Loading Loading
src/DomainMenusListBuilder.php +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ class DomainMenusListBuilder extends MenuListBuilder { $query->condition('id', array_keys($menus), 'IN'); } // If we don't find any menus, we return an empty result set. if (empty($menus)) { return []; } // Only add the pager if a limit is specified. if ($this->limit) { $query Loading