‪TYPO3CMS  ‪main
TYPO3\CMS\Extensionmanager\Controller\ListController Class Reference
Inheritance diagram for TYPO3\CMS\Extensionmanager\Controller\ListController:
TYPO3\CMS\Extensionmanager\Controller\AbstractController TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Public Member Functions

 __construct (protected readonly PageRenderer $pageRenderer, protected readonly ExtensionRepository $extensionRepository, protected readonly ListUtility $listUtility, protected readonly DependencyUtility $dependencyUtility, protected readonly IconFactory $iconFactory, protected readonly RemoteRegistry $remoteRegistry, protected readonly ExtensionConfiguration $extensionConfiguration,)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extensionmanager\Controller\AbstractController
 injectModuleTemplateFactory (ModuleTemplateFactory $moduleTemplateFactory)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 injectResponseFactory (ResponseFactoryInterface $responseFactory)
 
 injectStreamFactory (StreamFactoryInterface $streamFactory)
 
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectValidatorResolver (ValidatorResolver $validatorResolver)
 
 injectViewResolver (ViewResolverInterface $viewResolver)
 
 injectReflectionService (ReflectionService $reflectionService)
 
 injectHashService (HashService $hashService)
 
 injectMvcPropertyMappingConfigurationService (MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService)
 
 injectEventDispatcher (EventDispatcherInterface $eventDispatcher)
 
 injectPropertyMapper (PropertyMapper $propertyMapper)
 
 injectInternalFlashMessageService (FlashMessageService $flashMessageService)
 
 injectInternalExtensionService (ExtensionService $extensionService)
 
 initializeControllerArgumentsBaseValidators ()
 
 processRequest (RequestInterface $request)
 
 addFlashMessage (string $messageBody, string $messageTitle='', ContextualFeedbackSeverity $severity=ContextualFeedbackSeverity::OK, bool $storeInSession=true)
 
 throwStatus (int $statusCode, string $statusMessage='', ?string $content=null)
 

Protected Member Functions

 initializeAction ()
 
 indexAction ()
 
 unresolvedDependenciesAction (string $extensionKey, array $returnAction)
 
 terAction (string $search='', int $currentPage=1)
 
 distributionsAction (bool $showUnsuitableDistributions=false)
 
 showAllVersionsAction (string $extensionKey)
 
 registerDocHeaderButtons (ModuleTemplate $view)
 
 addComposerModeNotification ()
 
 enrichExtensionsWithViewInformation (array $availableAndInstalledExtensions, bool $isComposerMode)
 
 extensionsWithUpdate (array $availableAndInstalledExtensions)
 
 getBackendUserAuthentication ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extensionmanager\Controller\AbstractController
 translate (string $key, ?array $arguments=null)
 
 handleTriggerArguments (ModuleTemplate $view)
 
 initializeModuleTemplate (RequestInterface $request)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 initializeActionMethodArguments ()
 
 initializeActionMethodValidators ()
 
 renderAssetsForRequest (RequestInterface $request)
 
 resolveActionMethodName ()
 
 callActionMethod (RequestInterface $request)
 
 resolveView ()
 
 setViewConfiguration (ViewInterface $view)
 
 errorAction ()
 
 addErrorFlashMessage ()
 
 getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
 getFlattenedValidationErrorMessage ()
 
 getFlashMessageQueue (string $identifier=null)
 
 redirect (?string $actionName, ?string $controllerName=null, ?string $extensionName=null, ?array $arguments=null, ?int $pageUid=null, $_=null, int $statusCode=303)
 
 redirectToUri (string|UriInterface $uri, $_=null, int $statusCode=303)
 
 addBaseUriIfNecessary (string $uri)
 
 mapRequestArgumentsToControllerArguments ()
 
 htmlResponse (string $html=null)
 
 jsonResponse (string $json=null)
 

Additional Inherited Members

- ‪Public Attributes inherited from ‪TYPO3\CMS\Extensionmanager\Controller\AbstractController
const TRIGGER_RefreshModuleMenu = 'refreshModuleMenu'
 
const TRIGGER_RefreshTopbar = 'refreshTopbar'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extensionmanager\Controller\AbstractController
ModuleTemplateFactory $moduleTemplateFactory
 
array $triggerArguments
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
ResponseFactoryInterface $responseFactory
 
StreamFactoryInterface $streamFactory
 
HashService $hashService
 
ReflectionService $reflectionService
 
ViewInterface $view
 
string $defaultViewObjectName = TemplateView::class
 
string $actionMethodName = 'indexAction'
 
string $errorMethodName = 'errorAction'
 
MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService
 
EventDispatcherInterface $eventDispatcher
 
RequestInterface $request
 
UriBuilder $uriBuilder
 
array $settings
 
ValidatorResolver $validatorResolver
 
Arguments $arguments
 
ConfigurationManagerInterface $configurationManager
 

Detailed Description

Controller for extension listings: local extensions, TER, various detail views. indexAction() is the default list overview Main module -> Extensions.

This class is a specific controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 48 of file ListController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extensionmanager\Controller\ListController::__construct ( protected readonly PageRenderer  $pageRenderer,
protected readonly ExtensionRepository  $extensionRepository,
protected readonly ListUtility  $listUtility,
protected readonly DependencyUtility  $dependencyUtility,
protected readonly IconFactory  $iconFactory,
protected readonly RemoteRegistry  $remoteRegistry,
protected readonly ExtensionConfiguration  $extensionConfiguration 
)

Definition at line 50 of file ListController.php.

Member Function Documentation

◆ addComposerModeNotification()

◆ distributionsAction()

◆ enrichExtensionsWithViewInformation()

TYPO3\CMS\Extensionmanager\Controller\ListController::enrichExtensionsWithViewInformation ( array  $availableAndInstalledExtensions,
bool  $isComposerMode 
)
protected

◆ extensionsWithUpdate()

TYPO3\CMS\Extensionmanager\Controller\ListController::extensionsWithUpdate ( array  $availableAndInstalledExtensions)
protected

◆ getBackendUserAuthentication()

TYPO3\CMS\Extensionmanager\Controller\ListController::getBackendUserAuthentication ( )
protected

◆ indexAction()

◆ initializeAction()

TYPO3\CMS\Extensionmanager\Controller\ListController::initializeAction ( )
protected

Add general things needed for all actions.

Reimplemented from TYPO3\CMS\Extbase\Mvc\Controller\ActionController.

Definition at line 63 of file ListController.php.

◆ registerDocHeaderButtons()

◆ showAllVersionsAction()

TYPO3\CMS\Extensionmanager\Controller\ListController::showAllVersionsAction ( string  $extensionKey)
protected

◆ terAction()

TYPO3\CMS\Extensionmanager\Controller\ListController::terAction ( string  $search = '',
int  $currentPage = 1 
)
protected

◆ unresolvedDependenciesAction()

TYPO3\CMS\Extensionmanager\Controller\ListController::unresolvedDependenciesAction ( string  $extensionKey,
array  $returnAction 
)
protected