Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DIndividualFactsTabModule.php117 ->map(fn (ModuleSidebarInterface $sidebar): Collection => $sidebar->supportedFacts())
122 ->map(fn (ModuleTabInterface $tab): Collection => $tab->supportedFacts())
191 public function supportedFacts(): Collection function in Fisharebest\\Webtrees\\Module\\IndividualFactsTabModule
H A DNotesTabModule.php113 …oard_facts' => $this->clipboard_service->pastableFactsOfType($individual, $this->supportedFacts()),
164 public function supportedFacts(): Collection function in Fisharebest\\Webtrees\\Module\\NotesTabModule
H A DSourcesTabModule.php111 …oard_facts' => $this->clipboard_service->pastableFactsOfType($individual, $this->supportedFacts()),
166 public function supportedFacts(): Collection function in Fisharebest\\Webtrees\\Module\\SourcesTabModule
H A DMediaTabModule.php112 …oard_facts' => $this->clipboard_service->pastableFactsOfType($individual, $this->supportedFacts()),
157 public function supportedFacts(): Collection function in Fisharebest\\Webtrees\\Module\\MediaTabModule
H A DModuleSidebarTrait.php89 public function supportedFacts(): Collection function
H A DModuleSidebarInterface.php84 public function supportedFacts(): Collection; function
H A DModuleTabInterface.php102 public function supportedFacts(): Collection; function
H A DIndividualMetadataModule.php110 public function supportedFacts(): Collection function in Fisharebest\\Webtrees\\Module\\IndividualMetadataModule
H A DRelativesTabModule.php128 public function supportedFacts(): Collection function in Fisharebest\\Webtrees\\Module\\RelativesTabModule
H A DModuleTabTrait.php109 public function supportedFacts(): Collection function