Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \bare_html_page_renderer
  2. 9 core/core.services.yml \bare_html_page_renderer

Class

Drupal\Core\Render\BareHtmlPageRenderer
4 string references to bare_html_page_renderer
AddFeedTest::testBasicFeedAddNoTitle in core/modules/system/tests/src/Kernel/Common/AddFeedTest.php
Tests attaching feeds with paths, URLs, and titles.
authorize.php in core/authorize.php
Administrative script for running authorized file operations.
RenderTest::testProcessAttached in core/tests/Drupal/KernelTests/Core/Render/RenderTest.php
Tests that we get an exception when we try to attach an illegal type.
_batch_progress_page in core/includes/batch.inc
Outputs a batch processing page.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Render\BareHtmlPageRenderer
  2. arguments:
  3. - '@renderer'
  4. - '@html_response.attachments_processor'
  5. lazy: true