19declare(strict_types=1);
22use ILIAS\GlobalScreen\Collector\Renderer\isSupportedTrait;
44 $slate =
$f->mainControls()->slate()->combined($item->getTitle(), $this->getStandardSymbol($item));
48 foreach ($item->getChildren() as $child) {
49 $component = $child->getTypeInformation()->getRenderer()->getComponentForItem($child,
false);
50 if ($this->isComponentSupportedForCombinedSlate($component)) {
51 $slate = $slate->withAdditionalEntry($component);
An exception for terminatinating execution or to throw for unit testing.
getComponentWithContent(isItem $item)
@inheritDoc
Class TopParentItemRenderer.
MakeSlateAsync::unhash insteadof SlateSessionStateCode
A component is the most general form of an entity in the UI.
trait MakeSlateAsync
Trait MakeSlateAsync.