‪TYPO3CMS  10.4
TYPO3\CMS\Core\Controller\IconController Class Reference

Public Member Functions

 __construct ()
 
ResponseInterface getCacheIdentifier ()
 
ResponseInterface getIcon (ServerRequestInterface $request)
 

Protected Attributes

IconRegistry $iconRegistry
 
IconFactory $iconFactory
 

Detailed Description

Controller for icon handling

Definition at line 33 of file IconController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Controller\IconController::__construct ( )

Set up dependencies

Definition at line 46 of file IconController.php.

Member Function Documentation

◆ getCacheIdentifier()

ResponseInterface TYPO3\CMS\Core\Controller\IconController::getCacheIdentifier ( )
Returns
‪ResponseInterface

Definition at line 56 of file IconController.php.

◆ getIcon()

ResponseInterface TYPO3\CMS\Core\Controller\IconController::getIcon ( ServerRequestInterface  $request)
Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 66 of file IconController.php.

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

Member Data Documentation

◆ $iconFactory

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

Definition at line 41 of file IconController.php.

◆ $iconRegistry

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

Definition at line 37 of file IconController.php.