Searched refs:getCloseRelationshipName (Results 1 – 7 of 7) sorted by relevance
/webtrees/resources/views/modules/family_nav/ |
H A D | sidebar-family.phtml | 34 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, … 39 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, … 59 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, … 82 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, … 87 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, … 120 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, …
|
/webtrees/resources/views/modules/relatives/ |
H A D | family.phtml | 49 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, … 87 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, … 202 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($individual, …
|
/webtrees/app/Census/ |
H A D | CensusColumnRelationToHead.php | 49 return $relationship_service->getCloseRelationshipName($head, $individual);
|
/webtrees/resources/views/ |
H A D | fact-association-structure.phtml | 87 …_name = Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($associat…
|
H A D | fact.phtml | 127 …<?= Registry::container()->get(RelationshipService::class)->getCloseRelationshipName($record, $fac…
|
/webtrees/app/Services/ |
H A D | RelationshipService.php | 76 … public function getCloseRelationshipName(Individual $individual1, Individual $individual2): string function in Fisharebest\\Webtrees\\Services\\RelationshipService
|
/webtrees/ |
H A D | phpstan-baseline.neon | 46 message: '#^Cannot call method getCloseRelationshipName\(\) on mixed\.$#' 11164 message: '#^Cannot call method getCloseRelationshipName\(\) on mixed\.$#' 11212 message: '#^Cannot call method getCloseRelationshipName\(\) on mixed\.$#' 11476 message: '#^Cannot call method getCloseRelationshipName\(\) on mixed\.$#' 11980 message: '#^Cannot call method getCloseRelationshipName\(\) on mixed\.$#'
|