Home
last modified time | relevance | path

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

/webtrees/app/
H A DFact.php707 public static function sortFacts(Collection $unsorted): Collection argument
716 foreach ($unsorted as $fact) {
764 public static function sortFactTags(Collection $unsorted): Collection argument
768 return $unsorted->sort(static function (string $x, string $y) use ($tag_order): int {