Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SurrogateInterface.php

function SurrogateInterface::process

Replaces a Response Surrogate tags with the included resource content.

2 methods override SurrogateInterface::process()
Esi::process in vendor/symfony/http-kernel/HttpCache/Esi.php
Replaces a Response Surrogate tags with the included resource content.
Ssi::process in vendor/symfony/http-kernel/HttpCache/Ssi.php
Replaces a Response Surrogate tags with the included resource content.

File

vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php, line 62

Class

SurrogateInterface

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function process(Request $request, Response $response) : Response;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal