3 declare(strict_types=1);
20 $f = $DIC->ui()->factory();
23 $glyph =
$f->symbol()->glyph()->search();
24 $button =
$f->button()->standard(
'search',
'#')
26 $button2 = $button->withLabel(
'')
27 ->withAriaLabel(
'search');
31 $button->withEngagedState(
true),
32 $button->withUnavailableAction(
true),
33 $f->divider()->vertical(),
35 $button2->withEngagedState(
true),
36 $button2->withUnavailableAction(
true),