Home
last modified time | relevance | path

Searched refs:nameFromPath (Results 1 – 4 of 4) sorted by relevance

/webtrees/tests/feature/
H A DRelationshipNamesTest.php385 $actual = $service->nameFromPath($nodes, $language);
387 $english = $service->nameFromPath($nodes, new LanguageEnglishUnitedStates());
/webtrees/app/Services/
H A DRelationshipService.php89 return $this->nameFromPath($path, $language);
201 public function nameFromPath(array $nodes, ModuleLanguageInterface $language): string function in Fisharebest\\Webtrees\\Services\\RelationshipService
/webtrees/app/Module/
H A DRelationshipsChartModule.php326 … $relationship = $this->relationship_service->nameFromPath($nodes->all(), I18N::language());
/webtrees/
H A Dphpstan-baseline.neon8944 …age of method Fisharebest\\Webtrees\\Services\\RelationshipService\:\:nameFromPath\(\) expects Fis…