Home
last modified time | relevance | path

Searched refs:nameComparator (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Module/
H A DRecentChangesModule.php120 …= $rows->sort(static fn (object $x, object $y): int => GedcomRecord::nameComparator()($x->record, …
H A DClippingsCartModule.php362 …rd $x, GedcomRecord $y): int => $x->tag() <=> $y->tag() ?: GedcomRecord::nameComparator()($x, $y));
/webtrees/app/Services/
H A DCalendarService.php247 …ts = $facts->sort(static fn (Fact $x, Fact $y): int => GedcomRecord::nameComparator()($x->record()…
/webtrees/app/
H A DGedcomRecord.php128 public static function nameComparator(): Closure function in Fisharebest\\Webtrees\\GedcomRecord
/webtrees/app/Report/
H A DReportParserGenerate.php2245 uasort($this->list, GedcomRecord::nameComparator());
2463 uasort($this->list, GedcomRecord::nameComparator());