Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DPendingChangesService.php72 public function pendingXrefs(Tree $tree): Collection function in Fisharebest\\Webtrees\\Services\\PendingChangesService
90 $xrefs = $this->pendingXrefs($tree);
143 $xrefs = $this->pendingXrefs($tree);
/webtrees/app/Http/RequestHandlers/
H A DPendingChanges.php63 $xrefs = $this->pending_changes_service->pendingXrefs($tree);
/webtrees/
H A Dphpstan-baseline.neon8836 …message: '#^Method Fisharebest\\Webtrees\\Services\\PendingChangesService\:\:pendingXrefs\(\) shou…