Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 8 of 8) sorted by relevance

/webtrees/app/Factories/
H A DElementFactory.php45 public function make(string $tag): ElementInterface
74 private function findElementByWildcard(string $tag): ElementInterface|null
/webtrees/app/Contracts/
H A DElementFactoryInterface.php34 public function make(string $tag): ElementInterface;
/webtrees/app/
H A DFact.php156 private string $tag; variable in Fisharebest\\Webtrees\\Fact
268 public function attribute(string $tag): string
426 public function tag(): string function in Fisharebest\\Webtrees\\Fact
H A DGedcomRecord.php164 public function tag(): string function in Fisharebest\\Webtrees\\GedcomRecord
/webtrees/app/Services/
H A DGedcomEditService.php104 private function createNewFact(GedcomRecord $record, string $tag): Fact
261 …protected function insertMissingLevels(Tree $tree, string $tag, string $gedcom, bool $include_hidd…
330 private function isHiddenTag(string $tag): bool
H A DGedcomService.php168 public function canonicalTag(string $tag): string
/webtrees/app/Http/RequestHandlers/
H A DCheckTree.php415 string $tag
442 … function recordError(Tree $tree, string $type, string $xref, string $message, string $tag): object
/webtrees/app/Report/
H A DReportParserGenerate.php228 … public static function getSubRecord(int $level, string $tag, string $gedrec, int $num = 1): string
2749 private function getGedcomValue(string $tag, int $level, string $gedrec): string