BareHtmlPageRenderer
class BareHtmlPageRenderer implements BareHtmlPageRendererInterface (View source)
Default bare HTML page renderer.
Properties
| protected Renderer | $renderer | The renderer service. |
|
| protected AttachmentsResponseProcessorInterface | $htmlResponseAttachmentsProcessor | The HTML response attachments processor service. |
Methods
__construct(RendererInterface $renderer, AttachmentsResponseProcessorInterface $html_response_attachments_processor)
Constructs a new BareHtmlPageRenderer.
renderBarePage(array $content, string $title, string $page_theme_property, array $page_additions = [])
Renders a bare page.
Details
__construct(RendererInterface $renderer, AttachmentsResponseProcessorInterface $html_response_attachments_processor)
Constructs a new BareHtmlPageRenderer.
HtmlResponse
renderBarePage(array $content, string $title, string $page_theme_property, array $page_additions = [])
Renders a bare page.