Home
last modified time | relevance | path

Searched refs:extractXref (Results 1 – 13 of 13) sorted by relevance

/webtrees/app/Factories/
H A DAbstractGedcomRecordFactory.php66 protected function extractXref(string $gedcom, string $xref): string function in Fisharebest\\Webtrees\\Factories\\AbstractGedcomRecordFactory
H A DHeaderFactory.php51 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DIndividualFactory.php56 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DNoteFactory.php51 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DSubmitterFactory.php51 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DSharedNoteFactory.php51 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DSubmissionFactory.php51 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DMediaFactory.php51 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DSourceFactory.php51 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DLocationFactory.php51 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DRepositoryFactory.php52 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DFamilyFactory.php58 $xref = $this->extractXref($gedcom ?? $pending, $xref);
H A DGedcomRecordFactory.php98 $xref = $this->extractXref($gedcom ?? $pending, $xref);