Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DFavoritesRepository.php95 $count = count($module->getFavorites($this->tree));
112 $count = count($module->getFavorites($this->tree, Auth::user()));
/webtrees/app/Module/
H A DFamilyTreeFavoritesModule.php73 'favorites' => $this->getFavorites($tree),
129 public function getFavorites(Tree $tree): array function in Fisharebest\\Webtrees\\Module\\FamilyTreeFavoritesModule
H A DUserFavoritesModule.php74 'favorites' => $this->getFavorites($tree, Auth::user()),
131 public function getFavorites(Tree $tree, UserInterface $user): array function in Fisharebest\\Webtrees\\Module\\UserFavoritesModule