Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DSourcesTabModule.php84 return $individual->canEdit() || $this->getFactsWithSources($individual)->isNotEmpty();
97 return $this->getFactsWithSources($individual)->isEmpty();
113 'facts' => $this->getFactsWithSources($individual),
124 private function getFactsWithSources(Individual $individual): Collection function in Fisharebest\\Webtrees\\Module\\SourcesTabModule