Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DControlPanel.php163 'sources' => $this->totalSources(),
273 private function totalSources(): Collection function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\ControlPanel
/webtrees/app/Statistics/Repository/Interfaces/
H A DIndividualRepositoryInterface.php81 public function totalSources(): string; function
/webtrees/app/
H A DStatistics.php380 public function totalSources(): string function in Fisharebest\\Webtrees\\Statistics
382 return $this->individual_repository->totalSources();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1654 public function totalSources(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository