Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DUpcomingAnniversariesModule.php40 private const SORT_STYLE_NAME = 'alpha'; define in Fisharebest\\Webtrees\\Module\\UpcomingAnniversariesModule
48 private const DEFAULT_SORT = self::SORT_STYLE_NAME;
53 self::SORT_STYLE_NAME => [[0, 'asc']],
322 … self::SORT_STYLE_NAME => /* I18N: An option in a list-box */ I18N::translate('sort by name'),