Searched refs:linkedLocations (Results 1 – 8 of 8) sorted by relevance
78 'linked_locations' => $this->linked_record_service->linkedLocations($record),
76 $linked_locations = $this->linked_record_service->linkedLocations($record);
74 $linked_locations = $this->linked_record_service->linkedLocations($record);
102 $linked_locations = $this->linked_record_service->linkedLocations($record);
171 … <?php foreach ($linked_record_service->linkedLocations($media_object) as $record) : ?>
149 public function linkedLocations(GedcomRecord $record): Collection function in Fisharebest\\Webtrees\\Services\\LinkedRecordService