Go to the source code of this file.
◆ notification_highlighted()
notification_highlighted |
( |
| ) |
|
Definition at line 2 of file notification_highlighted.php.
2 {
4 $f =
$DIC->ui()->factory();
5 $renderer =
$DIC->ui()->renderer();
6
7 return $renderer->render($f->glyph()->notification("#")
8 ->withHighlight()
9 );
10}
References $DIC.