We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3700d5b commit dfc8d29Copy full SHA for dfc8d29
packages/framework/src/Framework/Features/Navigation/NavigationMenu.php
@@ -27,17 +27,19 @@ public function getItems(): Collection
27
28
/**
29
* @experimental These do not seem to be used outside of tests and may be removed
30
+ *
31
* @deprecated If kept, they should be renamed to be more generic.
32
*/
33
public function hasDropdowns(): bool
34
{
35
return $this->dropdownsEnabled() && count($this->getDropdowns()) >= 1;
36
}
37
-
38
39
40
41
42
43
* @return array<string, DropdownNavItem>
44
45
public function getDropdowns(): array
0 commit comments