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

Breadcrumb

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

function SurrogateInterface::getName

Returns surrogate name.

4 calls to SurrogateInterface::getName()
AbstractSurrogate::addSurrogateCapability in vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php
Adds Surrogate-capability to the given Request.
AbstractSurrogate::hasSurrogateCapability in vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php
Checks that at least one surrogate has Surrogate capability.
AbstractSurrogate::needsParsing in vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php
Checks that the Response needs to be parsed for Surrogate tags.
AbstractSurrogate::removeFromControl in vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php
Remove the Surrogate from the Surrogate-Control header.
2 methods override SurrogateInterface::getName()
Esi::getName in vendor/symfony/http-kernel/HttpCache/Esi.php
Returns surrogate name.
Ssi::getName in vendor/symfony/http-kernel/HttpCache/Ssi.php
Returns surrogate name.

File

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

Class

SurrogateInterface

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getName() : string;

API Navigation

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