‪TYPO3CMS  ‪main
TYPO3\CMS\Tstemplate\Controller\InfoModifyController Class Reference
Inheritance diagram for TYPO3\CMS\Tstemplate\Controller\InfoModifyController:
TYPO3\CMS\Tstemplate\Controller\AbstractTemplateModuleController

Public Member Functions

 __construct (protected readonly ModuleTemplateFactory $moduleTemplateFactory,)
 
 handleRequest (ServerRequestInterface $request)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Tstemplate\Controller\AbstractTemplateModuleController
 injectIconFactory (IconFactory $iconFactory)
 
 injectUriBuilder (UriBuilder $uriBuilder)
 
 injectConnectionPool (ConnectionPool $connectionPool)
 
 injectDataHandler (DataHandler $dataHandler)
 
 injectSiteFinder (SiteFinder $siteFinder)
 

Private Member Functions

 noTemplateAction (ServerRequestInterface $request)
 
 mainAction (ServerRequestInterface $request, int $pageUid, array $allTemplatesOnPage)
 
 addShortcutButtonToDocHeader (ModuleTemplate $view, string $moduleIdentifier, array $pageInfo, int $pageUid)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Tstemplate\Controller\AbstractTemplateModuleController
 createExtensionTemplateAction (ServerRequestInterface $request, string $redirectTarget)
 
 createNewWebsiteTemplateAction (ServerRequestInterface $request, string $redirectTarget)
 
 addPreviewButtonToDocHeader (ModuleTemplate $view, int $pageId, int $dokType)
 
 getClosestAncestorPageWithTemplateRecord (int $pageId)
 
 getScopedRootline (SiteInterface $site, array $fullRootLine)
 
 getAllTemplateRecordsOnPage (int $pageId)
 
array< string, mixed > false getFirstTemplateRecordOnPage (int $pageId, int $templateUid=0)
 
 getTemplateQueryBuilder (int $pid)
 
 getLanguageService ()
 
 getBackendUser ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Tstemplate\Controller\AbstractTemplateModuleController
IconFactory $iconFactory
 
UriBuilder $uriBuilder
 
ConnectionPool $connectionPool
 
SiteFinder $siteFinder
 

Detailed Description

This class displays the Info/Modify screen of the Web > Template module

This is a specific Backend Controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 34 of file InfoModifyController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Tstemplate\Controller\InfoModifyController::__construct ( protected readonly ModuleTemplateFactory  $moduleTemplateFactory)

Definition at line 36 of file InfoModifyController.php.

Member Function Documentation

◆ addShortcutButtonToDocHeader()

TYPO3\CMS\Tstemplate\Controller\InfoModifyController::addShortcutButtonToDocHeader ( ModuleTemplate  $view,
string  $moduleIdentifier,
array  $pageInfo,
int  $pageUid 
)
private

◆ handleRequest()

◆ mainAction()

◆ noTemplateAction()