3 declare(strict_types=1);
20 $f = $DIC->ui()->factory();
21 $r = $DIC->ui()->renderer();
24 $fs =
$f->input()->viewControl()->fieldSelection(
35 $vc_container =
$f->input()->container()->viewControl()->standard([$fs])
36 ->withRequest($DIC->http()->request());
39 $f->legacy(
'<pre>' . print_r($vc_container->getData(),
true) .
'</pre>'),
40 $f->divider()->horizontal(),