10 $renderer =
$DIC->ui()->renderer();
12 $glyph =
$f->symbol()->glyph()->sortAscending(
"#");
15 $list =
$f->listing()->descriptive([
17 "Inactive" => $glyph->withUnavailableAction(),
18 "Highlighted" => $glyph->withHighlight()
21 return $renderer->render($list);
An exception for terminatinating execution or to throw for unit testing.
sort_ascending()
Note that this example does not provide any functionality, it just shows, how this Glyph can be rende...