You are here

protected constant CshsGroupByRootFormatter::SORT_OPTIONS in Client-side Hierarchical Select 8.3

The list of all available sorting variants.

File

src/Plugin/Field/FieldFormatter/CshsGroupByRootFormatter.php, line 80

Class

CshsGroupByRootFormatter
Plugin implementation of the "Group by root" formatter.

Namespace

Drupal\cshs\Plugin\Field\FieldFormatter

Code

protected const SORT_OPTIONS = [
  self::SORT_NONE => 'None',
  self::SORT_DESC => 'Descending',
  self::SORT_ASC => 'Ascending',
];