IconController extends AbstractController
Controller for icon handling
This class is a specific controller implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Properties
Methods
- __construct() : mixed
- getCacheIdentifierAction() : ResponseInterface
- getIconAction() : ResponseInterface
- initializeStandaloneView() : StandaloneView
- Helper method to initialize a standalone view instance.
Properties
$iconFactory
protected
IconFactory
$iconFactory
$iconRegistry
protected
IconRegistry
$iconRegistry
Methods
__construct()
public
__construct(IconRegistry $iconRegistry, IconFactory $iconFactory) : mixed
Parameters
- $iconRegistry : IconRegistry
- $iconFactory : IconFactory
getCacheIdentifierAction()
public
getCacheIdentifierAction() : ResponseInterface
Return values
ResponseInterfacegetIconAction()
public
getIconAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfaceinitializeStandaloneView()
Helper method to initialize a standalone view instance.
protected
initializeStandaloneView(ServerRequestInterface $request, string $templatePath) : StandaloneView
Parameters
- $request : ServerRequestInterface
- $templatePath : string
param string $template