19 declare(strict_types=1);
34 protected function isComponentSupportedForCombinedSlate(
Component $component): bool
36 return ($component instanceof
BulkyButton || $component instanceof Slate || $component instanceof BulkyLink || $component instanceof Horizontal);
40 protected function isSupportedForMetaBar(
Component $component): bool
42 return ($component instanceof
BulkyButton || $component instanceof Slate);
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...