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