‪TYPO3CMS  ‪main
TYPO3\CMS\Reactions\Controller\ManagementController Class Reference

Public Member Functions

 __construct (private readonly UriBuilder $uriBuilder, private readonly IconFactory $iconFactory, private readonly ModuleTemplateFactory $moduleTemplateFactory, private readonly ReactionRegistry $reactionRegistry, private readonly ReactionRepository $reactionRepository)
 
 handleRequest (ServerRequestInterface $request)
 

Protected Member Functions

 registerDocHeaderButtons (ModuleTemplate $view, string $requestUri, ReactionDemand $demand)
 
 getLanguageService ()
 

Detailed Description

The System > Reaction module: Rendering the listing of reactions.

This class is a specific Backend controller implementation and is not part of the TYPO3's Core API.

Definition at line 43 of file ManagementController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Reactions\Controller\ManagementController::__construct ( private readonly UriBuilder  $uriBuilder,
private readonly IconFactory  $iconFactory,
private readonly ModuleTemplateFactory  $moduleTemplateFactory,
private readonly ReactionRegistry  $reactionRegistry,
private readonly ReactionRepository  $reactionRepository 
)

Definition at line 45 of file ManagementController.php.

Member Function Documentation

◆ getLanguageService()

TYPO3\CMS\Reactions\Controller\ManagementController::getLanguageService ( )
protected

◆ handleRequest()

◆ registerDocHeaderButtons()