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