19declare(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);
An exception for terminatinating execution or to throw for unit testing.
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.