public BareHtmlPageRenderer::__construct(RendererInterface $renderer, AttachmentsResponseProcessorInterface $html_response_attachments_processor)
Constructs a new BareHtmlPageRenderer.
\Drupal\Core\Render\RendererInterface $renderer: The renderer service.
\Drupal\Core\Render\AttachmentsResponseProcessorInterface $html_response_attachments_processor: The HTML response attachments processor service.
public function __construct(RendererInterface $renderer, AttachmentsResponseProcessorInterface $html_response_attachments_processor) { $this->renderer = $renderer; $this->htmlResponseAttachmentsProcessor = $html_response_attachments_processor; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!BareHtmlPageRenderer.php/function/BareHtmlPageRenderer::__construct/8.1.x