Go to the source code of this file.
◆ base_text_block()
Definition at line 3 of file base_text_block.php.
References $DIC, and Vendor\Package\$f.
6 $f = $DIC->ui()->factory();
7 $renderer = $DIC->ui()->renderer();
9 $panel =
$f->panel()->standard(
11 $f->legacy(
"Some Content")
14 return $renderer->render($panel);