Home
last modified time | relevance | path

Searched refs:PlaceName (Results 1 – 8 of 8) sorted by relevance

/webtrees/app/
H A DGedcom.php168 use Fisharebest\Webtrees\Elements\PlaceName; alias
420 'FAM:*:PLAC' => new PlaceName(I18N::translate('Place')),
458 'FAM:ENGA:PLAC' => new PlaceName(I18N::translate('Place of engagement')),
464 … 'FAM:MARB:PLAC' => new PlaceName(I18N::translate('Place of marriage banns')),
469 'FAM:MARR:PLAC' => new PlaceName(I18N::translate('Place of marriage')),
552 'INDI:*:PLAC' => new PlaceName(I18N::translate('Place')),
580 'INDI:ADOP:PLAC' => new PlaceName(I18N::translate('Place of adoption')),
594 'INDI:BAPM:PLAC' => new PlaceName(I18N::translate('Place of baptism')),
597 'INDI:BARM:PLAC' => new PlaceName(I18N::translate('Place of bar mitzvah')),
600 'INDI:BASM:PLAC' => new PlaceName(I18N::translate('Place of bat mitzvah')),
[all …]
/webtrees/app/CustomTags/
H A DFamilyTreeBuilder.php27 use Fisharebest\Webtrees\Elements\PlaceName; alias
61 'OBJE:_PLACE' => new PlaceName(I18N::translate('Place')),
H A DAncestry.php31 use Fisharebest\Webtrees\Elements\PlaceName; alias
73 'OBJE:PLAC' => new PlaceName(I18N::translate('Place')),
H A DBrothersKeeper.php32 use Fisharebest\Webtrees\Elements\PlaceName; alias
96 'INDI:_BRTM:PLAC' => new PlaceName(I18N::translate('Place of brit milah')),
H A DGedcomL.php59 use Fisharebest\Webtrees\Elements\PlaceName; alias
242 '_LOC:EVEN:PLAC' => new PlaceName(I18N::translate('Place of event')),
261 …'_LOC:NAME' => new PlaceName(I18N::translate('Place'), ['ABBR' => '0:1', 'DA…
/webtrees/app/Elements/
H A DSourceJurisdictionPlace.php29 class SourceJurisdictionPlace extends PlaceName
H A DPlaceName.php37 class PlaceName extends AbstractElement class
/webtrees/tests/app/Elements/
H A DPlaceNameTest.php35 self::$element = new PlaceName('label');