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