BareHtmlPageRenderer::__construct

public BareHtmlPageRenderer::__construct(RendererInterface $renderer, AttachmentsResponseProcessorInterface $html_response_attachments_processor)

Constructs a new BareHtmlPageRenderer.

Parameters

\Drupal\Core\Render\RendererInterface $renderer: The renderer service.

\Drupal\Core\Render\AttachmentsResponseProcessorInterface $html_response_attachments_processor: The HTML response attachments processor service.

File

core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php, line 32

Class

BareHtmlPageRenderer
Default bare HTML page renderer.

Namespace

Drupal\Core\Render

Code

public function __construct(RendererInterface $renderer, AttachmentsResponseProcessorInterface $html_response_attachments_processor) {
  $this->renderer = $renderer;
  $this->htmlResponseAttachmentsProcessor = $html_response_attachments_processor;
}
doc_Drupal
2016-10-29 08:45:32
Comments
Leave a Comment

Please login to continue.