Home
last modified time | relevance | path

Searched refs:DIVORCE_EVENTS (Results 1 – 5 of 5) sorted by relevance

/webtrees/resources/views/edit/
H A Dreorder-families.phtml56 <?= $fact->target()->formatFirstMajorFact(Gedcom::DIVORCE_EVENTS, 2) ?>
89 <?= $fact->target()->formatFirstMajorFact(Gedcom::DIVORCE_EVENTS, 2) ?>
/webtrees/app/Statistics/Repository/
H A DEventRepository.php174 return $this->totalEvents(Gedcom::DIVORCE_EVENTS);
196 Gedcom::DIVORCE_EVENTS,
/webtrees/resources/views/modules/relatives/
H A Dfamily.phtml112 …foreach ($family->facts(array_merge(Gedcom::MARRIAGE_EVENTS, Gedcom::DIVORCE_EVENTS), true) as $fa…
/webtrees/app/
H A DFamily.php395 $this->formatFirstMajorFact(Gedcom::DIVORCE_EVENTS, 1);
H A DGedcom.php238 public const DIVORCE_EVENTS = ['DIV', 'ANUL', '_SEPR']; define in Fisharebest\\Webtrees\\Gedcom