‪TYPO3CMS  10.4
TYPO3\CMS\Install\Controller\IconController Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\IconController:
TYPO3\CMS\Install\Controller\AbstractController

Public Member Functions

 __construct (IconRegistry $iconRegistry, IconFactory $iconFactory)
 
ResponseInterface getCacheIdentifierAction ()
 
ResponseInterface getIconAction (ServerRequestInterface $request)
 

Protected Attributes

IconRegistry $iconRegistry
 
IconFactory $iconFactory
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Install\Controller\AbstractController
StandaloneView initializeStandaloneView (ServerRequestInterface $request, string $templatePath)
 

Detailed Description

Controller for icon handling

This class is a specific controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 31 of file IconController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Controller\IconController::__construct ( IconRegistry  $iconRegistry,
IconFactory  $iconFactory 
)

Member Function Documentation

◆ getCacheIdentifierAction()

ResponseInterface TYPO3\CMS\Install\Controller\IconController::getCacheIdentifierAction ( )
Returns
‪ResponseInterface

Definition at line 51 of file IconController.php.

◆ getIconAction()

ResponseInterface TYPO3\CMS\Install\Controller\IconController::getIconAction ( ServerRequestInterface  $request)
Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 61 of file IconController.php.

References TYPO3\CMS\Core\Type\Enumeration\cast().

Member Data Documentation

◆ $iconFactory

IconFactory TYPO3\CMS\Install\Controller\IconController::$iconFactory
protected

◆ $iconRegistry

IconRegistry TYPO3\CMS\Install\Controller\IconController::$iconRegistry
protected