Home
last modified time | relevance | path

Searched refs:getIndividuals (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DInteractiveTreeModule.php249 return response($treeview->getIndividuals($tree, $q));
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php84 public function getIndividuals(Tree $tree, string $request): string function in Fisharebest\\Webtrees\\Module\\InteractiveTree\\TreeView