21 foreach ($component->getItems() as $crumb) {
22 $tpl->setCurrentBlock(
"crumbs");
23 $tpl->setVariable(
"CRUMB", $default_renderer->render($crumb));
24 $tpl->parseCurrentBlock();
checkComponent(Component $component)
Check if a given component fits this renderer and throw if that is not the case. ...
render(Component\Component $component, RendererInterface $default_renderer)
getComponentInterfaceName()
Create styles array
The data for the language used.
getTemplate($name, $purge_unfilled_vars, $purge_unused_blocks)
Get template of component this renderer is made for.
Base class for all component renderers.