Go to the source code of this file.
◆ with_object_icon_and_progressmeter_mini()
with_object_icon_and_progressmeter_mini |
( |
| ) |
|
Definition at line 5 of file with_object_icon_and_progressmeter_mini.php.
References $DIC, and $f.
9 $f = $DIC->ui()->factory();
10 $renderer = $DIC->ui()->renderer();
12 $icon =
$f->icon()->standard(
"crs",
'Course')->withIsOutlined(
true);
13 $progressmeter =
$f->chart()->progressMeter()->mini(100, 70);
15 $content =
$f->listing()->descriptive(
17 "Entry 1" =>
"Some text",
18 "Entry 2" =>
"Some more text",
22 $image =
$f->image()->responsive(
23 "./templates/default/images/HeaderIcon.svg",
27 $card =
$f->card()->repositoryObject(
42 return $renderer->render($card);