Home
last modified time | relevance | path

Searched defs:tags (Results 1 – 22 of 22) sorted by relevance

/webtrees/app/Contracts/
H A DCustomTagInterface.php39 public function tags(): array; function
/webtrees/app/CustomTags/
H A DFamilySearch.php49 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\FamilySearch
H A DTheMasterGenealogist.php49 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\TheMasterGenealogist
H A DTheNextGeneration.php47 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\TheNextGeneration
H A DGenPlusWin.php49 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\GenPlusWin
H A DProGen.php50 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\ProGen
H A DHeredis.php50 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\Heredis
H A DFamilyTreeMaker.php51 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\FamilyTreeMaker
H A DReunion.php51 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\Reunion
H A DMyHeritage.php51 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\MyHeritage
H A DRootsMagic.php52 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\RootsMagic
H A DLegacy.php53 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\Legacy
H A DFamilyTreeBuilder.php52 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\FamilyTreeBuilder
H A DGeneatique.php53 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\Geneatique
H A DBrothersKeeper.php57 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\BrothersKeeper
H A DAncestry.php58 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\Ancestry
H A DPhpGedView.php58 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\PhpGedView
H A DAldfaer.php58 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\Aldfaer
H A DPersonalAncestralFile.php59 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\PersonalAncestralFile
H A DGedcom7.php72 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\Gedcom7
H A DGedcomL.php108 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\GedcomL
/webtrees/app/Services/
H A DGedcomEditService.php124 …public function editLinesToGedcom(string $record_type, array $levels, array $tags, array $values, …