// Abort, but bubble new cache metadata from the access result.
$context=$this->getCurrentRenderContext();
if(!isset($context)){
trigger_error("Render context is empty, because render() was called outside of a renderRoot() or renderPlain() call. Use renderPlain()/renderRoot() or #lazy_builder/#pre_render instead.",E_USER_WARNING);
return'';
}
$context->push(newBubbleableMetadata());
$context->update($elements);
$context->bubble();
return'';
}
}
@@ -592,7 +601,7 @@ public function executeInRenderContext(RenderContext $context, callable $callabl