SubmoduleOverviewController

Read onlyYes
FinalYes

Controller for displaying a card-based overview of available submodules.

This provides a user-friendly way to navigate between third-level modules.

Internal

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

Attributes
#[AsController]

Table of Contents

Properties

$componentFactory  : ComponentFactory
$iconFactory  : IconFactory
$moduleProvider  : ModuleProvider
$moduleTemplateFactory  : ModuleTemplateFactory
$uriBuilder  : UriBuilder

Methods

__construct()  : mixed
handleRequest()  : ResponseInterface
Main action that displays the submodule overview cards
getAccessibleSubmodules()  : array<string|int, ModuleInterface>
Get all submodules the current user has access to
getBackendUser()  : BackendUserAuthentication
getLanguageService()  : LanguageService

Properties

Methods

handleRequest()

Main action that displays the submodule overview cards

public handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

        
On this page

Search results