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