27 return $component->getContent();
35 return [Component\Legacy\Legacy::class];
An exception for terminatinating execution or to throw for unit testing.
getComponentInterfaceName()
@inheritdocs
Base class for all component renderers.
checkComponent(Component $component)
Check if a given component fits this renderer and throw \LogicError if that is not the case.
A component is the most general form of an entity in the UI.
render(Component $component, Renderer $default_renderer)
Render the component if possible and delegate additional rendering to the default_renderer.
An entity that renders components to a string output.