ManagementController
Lists all redirects in the TYPO3 Backend as a module.
This class is a specific TYPO3 Backend controller implementation and is not part of the Public TYPO3 API.
Attributes
- #[AsController]
Table of Contents
Properties
- $componentFactory : ComponentFactory
- $iconFactory : IconFactory
- $modulePaginationService : ModulePaginationService
- $moduleTemplateFactory : ModuleTemplateFactory
- $redirectRepository : RedirectRepository
- $uriBuilder : UriBuilder
Methods
- __construct() : mixed
- handleRequest() : ResponseInterface
- Injects the request object for the current request, and renders the overview of all redirects
- getLanguageService() : LanguageService
- registerDocHeaderButtons() : void
- Create document header buttons
Properties
$componentFactory
protected
ComponentFactory
$componentFactory
$iconFactory
protected
IconFactory
$iconFactory
$modulePaginationService
protected
ModulePaginationService
$modulePaginationService
$moduleTemplateFactory
protected
ModuleTemplateFactory
$moduleTemplateFactory
$redirectRepository
protected
RedirectRepository
$redirectRepository
$uriBuilder
protected
UriBuilder
$uriBuilder
Methods
__construct()
public
__construct(UriBuilder $uriBuilder, IconFactory $iconFactory, RedirectRepository $redirectRepository, ModuleTemplateFactory $moduleTemplateFactory, EventDispatcherInterface $eventDispatcher, ComponentFactory $componentFactory, ModulePaginationService $modulePaginationService) : mixed
Parameters
- $uriBuilder : UriBuilder
- $iconFactory : IconFactory
- $redirectRepository : RedirectRepository
- $moduleTemplateFactory : ModuleTemplateFactory
- $eventDispatcher : EventDispatcherInterface
- $componentFactory : ComponentFactory
- $modulePaginationService : ModulePaginationService
handleRequest()
Injects the request object for the current request, and renders the overview of all redirects
public
handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfacegetLanguageService()
protected
getLanguageService() : LanguageService
Return values
LanguageServiceregisterDocHeaderButtons()
Create document header buttons
protected
registerDocHeaderButtons(ModuleTemplate $view) : void
Parameters
- $view : ModuleTemplate