namespace Symfony\Component\HttpKernel\Fragment
Object name | File name | Summary |
---|---|---|
AbstractSurrogateFragmentRenderer | vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php | Implements Surrogate rendering strategy. |
EsiFragmentRenderer | vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php | Implements the ESI rendering strategy. |
FragmentHandler | vendor/symfony/http-kernel/Fragment/FragmentHandler.php | Renders a URI that represents a resource fragment. |
FragmentRendererInterface | vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php | Interface implemented by all rendering strategies. |
FragmentUriGenerator | vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php | Generates a fragment URI. |
FragmentUriGeneratorInterface | vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php | Interface implemented by rendering strategies able to generate a URL for a fragment. |
HIncludeFragmentRenderer | vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php | Implements the Hinclude rendering strategy. |
InlineFragmentRenderer | vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php | Implements the inline rendering strategy where the Request is rendered by the current HTTP kernel. |
RoutableFragmentRenderer | vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php | Adds the possibility to generate a fragment URI for a given Controller. |
SsiFragmentRenderer | vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php | Implements the SSI rendering strategy. |