Home
last modified time | relevance | path

Searched refs:getSidebarOrder (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Module/
H A DModuleSidebarTrait.php69 public function getSidebarOrder(): int function
H A DModuleSidebarInterface.php53 public function getSidebarOrder(): int; function
/webtrees/app/Services/
H A DModuleService.php785 …barInterface $x, ModuleSidebarInterface $y): int => $x->getSidebarOrder() <=> $y->getSidebarOrder(…