Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 3 of 3) sorted by relevance

/webtrees/tests/feature/
H A DRelationshipNamesTest.php382 …private static function assertRelationship(string $expected, array $nodes, ModuleLanguageInterface…
398 …private static function assertRelationships(string $fwd, string $rev, array $nodes, ModuleLanguage…
/webtrees/app/Services/
H A DRelationshipService.php201 public function nameFromPath(array $nodes, ModuleLanguageInterface $language): string
257 private function components(array $nodes): array
287 protected function matchRelationships(array $nodes, array $pattern, array $relationships): array
/webtrees/app/
H A DRelationship.php106 public function match(array $nodes, array $patterns): array|null