‪TYPO3CMS  11.5
TYPO3\CMS\Redirects\Controller\ManagementController Class Reference

Public Member Functions

 __construct (IconFactory $iconFactory, PageRenderer $pageRenderer, RedirectRepository $redirectRepository, ModuleTemplateFactory $moduleTemplateFactory)
 
 handleRequest (ServerRequestInterface $request)
 

Protected Member Functions

 overviewAction (ServerRequestInterface $request)
 
 preparePagination (Demand $demand)
 
 initializeView (string $templateName)
 
 getButtons ()
 
 getLanguageService ()
 
 getBackendUserAuthentication ()
 

Protected Attributes

ModuleTemplate $moduleTemplate
 
ViewInterface $view
 
ServerRequestInterface $request
 
IconFactory $iconFactory
 
PageRenderer $pageRenderer
 
RedirectRepository $redirectRepository
 
ModuleTemplateFactory $moduleTemplateFactory
 

Detailed Description

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.

Definition at line 43 of file ManagementController.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getBackendUserAuthentication()

TYPO3\CMS\Redirects\Controller\ManagementController::getBackendUserAuthentication ( )
protected

Definition at line 190 of file ManagementController.php.

References $GLOBALS.

◆ getButtons()

◆ getLanguageService()

◆ handleRequest()

TYPO3\CMS\Redirects\Controller\ManagementController::handleRequest ( ServerRequestInterface  $request)

◆ initializeView()

TYPO3\CMS\Redirects\Controller\ManagementController::initializeView ( string  $templateName)
protected

◆ overviewAction()

TYPO3\CMS\Redirects\Controller\ManagementController::overviewAction ( ServerRequestInterface  $request)
protected

◆ preparePagination()

TYPO3\CMS\Redirects\Controller\ManagementController::preparePagination ( Demand  $demand)
protected

Member Data Documentation

◆ $iconFactory

IconFactory TYPO3\CMS\Redirects\Controller\ManagementController::$iconFactory
protected

◆ $moduleTemplate

ModuleTemplate TYPO3\CMS\Redirects\Controller\ManagementController::$moduleTemplate
protected

Definition at line 47 of file ManagementController.php.

◆ $moduleTemplateFactory

ModuleTemplateFactory TYPO3\CMS\Redirects\Controller\ManagementController::$moduleTemplateFactory
protected

◆ $pageRenderer

PageRenderer TYPO3\CMS\Redirects\Controller\ManagementController::$pageRenderer
protected

◆ $redirectRepository

RedirectRepository TYPO3\CMS\Redirects\Controller\ManagementController::$redirectRepository
protected

◆ $request

ServerRequestInterface TYPO3\CMS\Redirects\Controller\ManagementController::$request
protected

◆ $view

ViewInterface TYPO3\CMS\Redirects\Controller\ManagementController::$view
protected

Definition at line 51 of file ManagementController.php.