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

Breadcrumb

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

function SsiFragmentRenderer::getName

Overrides FragmentRendererInterface::getName

File

vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php, line 21

Class

SsiFragmentRenderer
Implements the SSI rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

public function getName() : string {
    return 'ssi';
}
RSS feed
Powered by Drupal