You are here

namespace Drupal\big_pipe\Render in Drupal 8

Same name in other branches
  1. 9 Drupal\big_pipe\Render
  2. 10 Drupal\big_pipe\Render
Classsort descending Location Description
BigPipe core/modules/big_pipe/src/Render/BigPipe.php Service for sending an HTML response in chunks (to get faster page loads).
BigPipeMarkup core/modules/big_pipe/src/Render/BigPipeMarkup.php Defines an object that passes safe strings through BigPipe's render pipeline.
BigPipeResponse core/modules/big_pipe/src/Render/BigPipeResponse.php A response that is sent in chunks by the BigPipe service.
BigPipeResponseAttachmentsProcessor core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php Processes attachments of HTML responses with BigPipe enabled.