Home
last modified time | relevance | path

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

/webtrees/app/CustomTags/
H A DBrothersKeeper.php29 use Fisharebest\Webtrees\Elements\CustomIndividualEvent; alias
94 'INDI:_BRTM' => new CustomIndividualEvent(I18N::translate('Brit milah')),
111 'INDI:_YART' => new CustomIndividualEvent(I18N::translate('Yahrzeit')),
H A DPhpGedView.php26 use Fisharebest\Webtrees\Elements\CustomIndividualEvent; alias
70 'INDI:_HOL' => new CustomIndividualEvent(I18N::translate('Holocaust')),
/webtrees/app/Elements/
H A DCustomIndividualEvent.php25 class CustomIndividualEvent extends CustomEvent class
/webtrees/tests/app/Elements/
H A DCustomIndividualEventTest.php30 self::assertTrue(class_exists(CustomIndividualEvent::class));