24 protected function isComponentSupportedForCombinedSlate(Component $component) : bool
26 return ($component instanceof BulkyButton || $component instanceof Slate || $component instanceof BulkyLink || $component instanceof Horizontal);
35 protected function isSupportedForMetaBar(Component $component) : bool
37 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.