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
- initializeView() : ViewInterface
- Helper method to initialize a 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
ResponseInterfaceinitializeView()
Helper method to initialize a view instance.
protected
initializeView(ServerRequestInterface $request) : ViewInterface
Parameters
- $request : ServerRequestInterface