Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DLocationPage.php78 'linked_locations' => $this->linked_record_service->linkedLocations($record),
H A DMediaPage.php76 $linked_locations = $this->linked_record_service->linkedLocations($record);
H A DSourcePage.php74 $linked_locations = $this->linked_record_service->linkedLocations($record);
H A DSharedNotePage.php76 $linked_locations = $this->linked_record_service->linkedLocations($record);
H A DNotePage.php76 $linked_locations = $this->linked_record_service->linkedLocations($record);
H A DGedcomRecordPage.php102 $linked_locations = $this->linked_record_service->linkedLocations($record);
/webtrees/resources/views/modules/media-list/
H A Dpage.phtml171 … <?php foreach ($linked_record_service->linkedLocations($media_object) as $record) : ?>
/webtrees/app/Services/
H A DLinkedRecordService.php149 public function linkedLocations(GedcomRecord $record): Collection function in Fisharebest\\Webtrees\\Services\\LinkedRecordService