3 declare(strict_types=1);
13 $f = $DIC->ui()->factory();
14 $r = $DIC->ui()->renderer();
17 $fs =
$f->input()->viewControl()->fieldSelection(
28 $vc_container =
$f->input()->container()->viewControl()->standard([$fs])
29 ->withRequest($DIC->http()->request());
32 $f->legacy(
'<pre>' . print_r($vc_container->getData(),
true) .
'</pre>'),
33 $f->divider()->horizontal(),