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

Breadcrumb

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

function FragmentRendererInterface::getName

Gets the name of the strategy.

4 methods override FragmentRendererInterface::getName()
EsiFragmentRenderer::getName in vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php
Gets the name of the strategy.
HIncludeFragmentRenderer::getName in vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php
Gets the name of the strategy.
InlineFragmentRenderer::getName in vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php
Gets the name of the strategy.
SsiFragmentRenderer::getName in vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php
Gets the name of the strategy.

File

vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php, line 33

Class

FragmentRendererInterface
Interface implemented by all rendering strategies.

Namespace

Symfony\Component\HttpKernel\Fragment

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