You are here

protected property BigPipeResponseAttachmentsProcessor::$htmlResponseAttachmentsProcessor in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor::htmlResponseAttachmentsProcessor
  2. 9 core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor::htmlResponseAttachmentsProcessor

The HTML response attachments processor service.

Type: \Drupal\Core\Render\AttachmentsResponseProcessorInterface

File

core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php, line 30

Class

BigPipeResponseAttachmentsProcessor
Processes attachments of HTML responses with BigPipe enabled.

Namespace

Drupal\big_pipe\Render

Code

protected $htmlResponseAttachmentsProcessor;