Go to the source code of this file.
◆ base()
Definition at line 5 of file base.php.
References $DIC, and array.
9 $f = $DIC->ui()->factory();
10 $renderer = $DIC->ui()->renderer();
12 $content = $f->listing()->descriptive(
14 "Entry 1" =>
"Some text",
15 "Entry 2" =>
"Some more text",
19 $image = $f->image()->responsive(
20 "./templates/default/images/HeaderIcon.svg",
27 )->withSections(
array($content));
30 return $renderer->render($card);
Create styles array
The data for the language used.