ManagementController

Lists all redirects in the TYPO3 Backend as a module.

Internal

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

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
ResponseInterface

        
On this page

Search results