19 declare(strict_types=1);
36 $f = $DIC->ui()->factory();
39 $glyph =
$f->symbol()->glyph()->search();
40 $button =
$f->button()->shy(
'search',
"#")
42 $button2 = $button->withLabel(
'');
46 $button->withEngagedState(
true),
47 $button->withUnavailableAction(
true),
48 $f->divider()->vertical(),
50 $button2->withEngagedState(
true),
51 $button2->withUnavailableAction(
true),