5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
13 $help =
$f->button()->bulky(
$f->symbol()->glyph()->help(),
'Help',
'#');
14 $search =
$f->button()->bulky(
$f->symbol()->glyph()->search(),
'Search',
'#');
15 $user =
$f->button()->bulky(
$f->symbol()->glyph()->user(),
'User',
'#');
17 $notes =
$f->maincontrols()->slate()->legacy(
19 $f->symbol()->glyph()->notification(),
20 $f->legacy(
'some content')
23 $metabar =
$f->mainControls()->metabar()
24 ->withAdditionalEntry(
'search', $search)
25 ->withAdditionalEntry(
'help', $help)
26 ->withAdditionalEntry(
'notes', $notes)
27 ->withAdditionalEntry(
'user', $user)