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

Breadcrumb

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

function AbstractSurrogateFragmentRenderer::generateSignedFragmentUri

1 call to AbstractSurrogateFragmentRenderer::generateSignedFragmentUri()
AbstractSurrogateFragmentRenderer::render in vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php
Note that if the current Request has no surrogate capability, this method falls back to use the inline rendering strategy.

File

vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php, line 83

Class

AbstractSurrogateFragmentRenderer
Implements Surrogate rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

private function generateSignedFragmentUri(ControllerReference $uri, Request $request, bool $absolute) : string {
    return (new FragmentUriGenerator($this->fragmentPath, $this->signer))
        ->generate($uri, $request, $absolute);
}

API Navigation

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