Go to the source code of this file.
◆ std_icons()
Definition at line 2 of file std_icons.php.
References $DIC, $i, and array.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 $i = $f->icon()->standard(
'NONE',
'DummyIcon');
9 $default_icons =
$i->getAllStandardHandles();
12 foreach ($default_icons as $icon) {
13 $i = $f->icon()->standard($icon, $icon,
'medium');
14 $buffer[] = $renderer->render(
$i)
19 return implode(
'<br><br>', $buffer);
Create styles array
The data for the language used.