Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DAbstractIndividualListModule.php69 abstract protected function showFamilies(): bool; function in Fisharebest\\Webtrees\\Module\\AbstractIndividualListModule
170 $surname_data = $this->surnameData($tree, $show_marnm === 'yes', $this->showFamilies());
247 if ($this->showFamilies()) {
361 'families' => $this->showFamilies(),
382 …als = $this->givenNameInitials($tree, $all_surnames, $show_marnm === 'yes', $this->showFamilies());
434 if ($this->showFamilies()) {
H A DIndividualListModule.php43 protected function showFamilies(): bool function in Fisharebest\\Webtrees\\Module\\IndividualListModule
H A DFamilyListModule.php43 protected function showFamilies(): bool function in Fisharebest\\Webtrees\\Module\\FamilyListModule