This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/modules/big_pipe/big_pipe.services.yml

26 lines
1.2 KiB
YAML
Raw Normal View History

services:
html_response.big_pipe_subscriber:
class: Drupal\big_pipe\EventSubscriber\HtmlResponseBigPipeSubscriber
tags:
- { name: event_subscriber }
arguments: ['@big_pipe']
placeholder_strategy.big_pipe:
class: Drupal\big_pipe\Render\Placeholder\BigPipeStrategy
arguments: ['@session_configuration', '@request_stack', '@current_route_match']
tags:
- { name: placeholder_strategy, priority: 0 }
big_pipe:
class: Drupal\big_pipe\Render\BigPipe
arguments: ['@renderer', '@session', '@request_stack', '@http_kernel', '@event_dispatcher']
html_response.attachments_processor.big_pipe:
public: false
class: \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor
decorates: html_response.attachments_processor
decoration_inner_name: html_response.attachments_processor.original
arguments: ['@html_response.attachments_processor.original', '@asset.resolver', '@config.factory', '@asset.css.collection_renderer', '@asset.js.collection_renderer', '@request_stack', '@renderer', '@module_handler']
route_subscriber.no_big_pipe:
class: Drupal\big_pipe\EventSubscriber\NoBigPipeRouteAlterSubscriber
tags:
- { name: event_subscriber }