Return a description of how the argument would normally be sorted.
Subclasses should override this to specify what the default sort order of their argument is (e.g. alphabetical, numeric, date).
function get_sort_name() {
return t('Default sort', array(), array(
'context' => 'Sort order',
));
}