Home
last modified time | relevance | path

Searched refs:PlaceLivingOrdinance (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DGedcom.php166 use Fisharebest\Webtrees\Elements\PlaceLivingOrdinance; alias
482 …'FAM:SLGS:PLAC' => new PlaceLivingOrdinance(I18N::translate('Place of LDS spouse seal…
588 … 'INDI:BAPL:PLAC' => new PlaceLivingOrdinance(I18N::translate('Place of LDS baptism')),
630 …'INDI:CONL:PLAC' => new PlaceLivingOrdinance(I18N::translate('Place of LDS confirmatio…
650 …'INDI:ENDL:PLAC' => new PlaceLivingOrdinance(I18N::translate('Place of LDS endowment')…
743 …'INDI:SLGC:PLAC' => new PlaceLivingOrdinance(I18N::translate('Place of LDS child seali…
/webtrees/app/Elements/
H A DPlaceLivingOrdinance.php28 class PlaceLivingOrdinance extends AbstractElement class
/webtrees/tests/app/Elements/
H A DPlaceLivingOrdinanceTest.php35 self::$element = new PlaceLivingOrdinance('label');