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

Public Member Functions

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

Protected Attributes

IconRegistry $iconRegistry
 
IconFactory $iconFactory
 

Detailed Description

Controller for icon handling

Definition at line 34 of file IconController.php.

Constructor & Destructor Documentation

◆ __construct()

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

Set up dependencies

Definition at line 47 of file IconController.php.

Member Function Documentation

◆ getCacheIdentifier()

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

Definition at line 56 of file IconController.php.

◆ getIcon()

TYPO3\CMS\Core\Controller\IconController::getIcon ( ServerRequestInterface  $request)

Definition at line 64 of file IconController.php.

References TYPO3\CMS\Webhooks\Message\$identifier.

Member Data Documentation

◆ $iconFactory

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

Definition at line 42 of file IconController.php.

◆ $iconRegistry

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

Definition at line 38 of file IconController.php.