Home
last modified time | relevance | path

Searched refs:extractNamesFromFacts (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/
H A DLocation.php40 $this->extractNamesFromFacts(1, 'NAME', $this->facts(['NAME']));
H A DSubmitter.php40 $this->extractNamesFromFacts(1, 'NAME', $this->facts(['NAME']));
H A DRepository.php40 $this->extractNamesFromFacts(1, 'NAME', $this->facts(['NAME']));
H A DSource.php62 $this->extractNamesFromFacts(1, 'TITL', $this->facts(['TITL']));
H A DIndividual.php1064 $this->extractNamesFromFacts(
H A DGedcomRecord.php1026 protected function extractNamesFromFacts(int $level, string $fact_type, Collection $facts): void function in Fisharebest\\Webtrees\\GedcomRecord