Go to the source code of this file.
◆ base()
Definition at line 5 of file base.php.
5 {
6
8 $f =
$DIC->ui()->factory();
9 $renderer =
$DIC->ui()->renderer();
10
11
12 $legacy = $f->legacy("Legacy Content");
13
14
15 return $renderer->render($legacy);
16}
References $DIC.