Searched refs:extractNamesFromFacts (Results 1 – 6 of 6) sorted by relevance
/webtrees/app/ |
H A D | Location.php | 40 $this->extractNamesFromFacts(1, 'NAME', $this->facts(['NAME']));
|
H A D | Submitter.php | 40 $this->extractNamesFromFacts(1, 'NAME', $this->facts(['NAME']));
|
H A D | Repository.php | 40 $this->extractNamesFromFacts(1, 'NAME', $this->facts(['NAME']));
|
H A D | Source.php | 62 $this->extractNamesFromFacts(1, 'TITL', $this->facts(['TITL']));
|
H A D | Individual.php | 1064 $this->extractNamesFromFacts(
|
H A D | GedcomRecord.php | 1026 protected function extractNamesFromFacts(int $level, string $fact_type, Collection $facts): void function in Fisharebest\\Webtrees\\GedcomRecord
|