Home
last modified time | relevance | path

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

/webtrees/resources/views/
H A Drecord-page-menu-facts.phtml19 <?php foreach ($record->missingFacts() as $fact => $label) : ?>
H A Drecord-page-menu.phtml32 <?php if ($record->missingFacts() !== []) : ?>
H A Dmedia-page-menu.phtml44 <?php if ($record->missingFacts() !== []) : ?>
/webtrees/app/
H A DGedcomRecord.php673 public function missingFacts(): array function in Fisharebest\\Webtrees\\GedcomRecord