Home
last modified time | relevance | path

Searched defs:family (Results 1 – 17 of 17) sorted by relevance

/webtrees/resources/views/statistics/families/
H A Dtop10-nolist-spouses.phtml12 <?php $family = $record['family']; ?> variable
H A Dtop10-list-grand.phtml16 <?php $family = $record['family']; ?> variable
H A Dtop10-list-spouses.phtml16 <?php $family = $record['family']; ?> variable
H A Dtop10-list.phtml16 <?php $family = $record['family']; ?> variable
H A Dtop10-nolist-grand.phtml14 <?php $family = $record['family']; ?> variable
H A Dtop10-nolist.phtml15 <?php $family = $record['family']; ?> variable
H A Dtop10-list-age.phtml18 <?php $family = $record['family']; ?> variable
H A Dtop10-nolist-age.phtml17 <?php $family = $record['family']; ?> variable
/webtrees/resources/views/
H A Dfact-parents-age.phtml15 $family = $individual->childFamilies()->first(); variable
/webtrees/app/Http/RequestHandlers/
H A DFamilyPage.php106 private function significant(Family $family): object
129 private function metaDescription(Family $family): string
/webtrees/app/Census/
H A DAbstractCensusColumn.php70 $family = $individual->childFamilies()->first(); variable in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn
84 $family = $individual->childFamilies()->first(); variable in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn
/webtrees/app/Module/
H A DDescendancyModule.php189 public function getFamilyLi(Family $family, Individual $person, int $generations = 0): string
248 public function loadChildren(Family $family, int $generations): string
H A DClippingsCartModule.php419 protected function addFamilyAndChildrenToCart(Family $family): void
428 protected function addFamilyAndDescendantsToCart(Family $family): void
765 protected function addFamilyToCart(Family $family): void
/webtrees/app/
H A DIndividual.php695 $family = $this->spouseFamilies()->last(); variable in Fisharebest\\Webtrees\\Individual
806 public function getChildFamilyLabel(Family $family): string
883 public function getSpouseFamilyLabel(Family $family): string
H A DAuth.php224 public static function checkFamilyAccess(Family|null $family, bool $edit = false): Family
/webtrees/app/Module/InteractiveTree/
H A DTreeView.php150 private function getPersonDetails(Individual $individual, Family|null $family = null): string
/webtrees/app/Services/
H A DIndividualFactsService.php186 …private function childFacts(Individual $person, Family $family, string $option, string $relation, …