Home
last modified time | relevance | path

Searched refs:ReligiousAffiliation (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/CustomTags/
H A DGedcomL.php63 use Fisharebest\Webtrees\Elements\ReligiousAffiliation; alias
253 … '_LOC:EVEN:RELI' => new ReligiousAffiliation(I18N::translate('Religion'), []),
269 … '_LOC:RELI' => new ReligiousAffiliation(I18N::translate('Religion'), []),
/webtrees/app/Elements/
H A DReligiousAffiliation.php26 class ReligiousAffiliation extends AbstractElement class
/webtrees/tests/app/Elements/
H A DReligiousAffiliationTest.php35 self::$element = new ReligiousAffiliation('label');
/webtrees/app/
H A DGedcom.php176 use Fisharebest\Webtrees\Elements\ReligiousAffiliation; alias
430 … 'FAM:*:RELI' => new ReligiousAffiliation(I18N::translate('Religion'), []),
562 … 'INDI:*:RELI' => new ReligiousAffiliation(I18N::translate('Religion'), []),
730 'INDI:RELI' => new ReligiousAffiliation(I18N::translate('Religion')),