19declare(strict_types=1);
A component is the most general form of an entity in the UI.
An entity that renders components to a string output.
This is the interface that components should use if they want to load specific renderers.
getRendererInContext(Component $component, array $contexts)
Get a renderer based on the current context.