3declare(strict_types=1);
38 protected function isComponentSupportedForCombinedSlate(
Component $component): bool
40 return ($component instanceof BulkyButton || $component instanceof Slate || $component instanceof BulkyLink || $component instanceof Horizontal);
47 protected function isSupportedForMetaBar(
Component $component): bool
49 return ($component instanceof BulkyButton || $component instanceof Slate);
A component is the most general form of an entity in the UI.
Bulky Link - a visually enriched link that looks like a button but behaves like a link.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...