Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DXrefFactoryInterface.php34 public function make(string $record_type): string;
/webtrees/app/Factories/
H A DXrefFactory.php38 public function make(string $record_type): string
/webtrees/app/Services/
H A DGedcomEditService.php124 …public function editLinesToGedcom(string $record_type, array $levels, array $tags, array $values, …