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

Breadcrumb

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

function SurrogateInterface::handle

Handles a Surrogate from the cache.

Parameters

string $alt An alternative URI:

Throws

\RuntimeException

\Exception

1 method overrides SurrogateInterface::handle()
AbstractSurrogate::handle in vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php
Handles a Surrogate from the cache.

File

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

Class

SurrogateInterface

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function handle(HttpCache $cache, string $uri, string $alt, bool $ignoreErrors) : string;

API Navigation

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