Go to the source code of this file.
◆ love()
Definition at line 2 of file love.php.
3{
6 $renderer =
$DIC->ui()->renderer();
7
8 $glyph =
$f->symbol()->glyph()->love(
"#");
9
10
11 $list =
$f->listing()->descriptive([
12 "Active" => $glyph,
13 "Inactive" => $glyph->withUnavailableAction(),
14 "Highlighted" => $glyph->withHighlight()
15 ]);
16
17 return $renderer->render($list);
18}
References $DIC, and Vendor\Package\$f.