‪TYPO3CMS  9.5
TYPO3\CMS\Workspaces\Controller\ReviewController Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Controller\ReviewController:
TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Extbase\Mvc\Controller\AbstractController TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Public Member Functions

 indexAction ()
 
 fullIndexAction ()
 
 singleIndexAction ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService)
 
 injectCacheService (\TYPO3\CMS\Extbase\Service\CacheService $cacheService)
 
 injectMvcPropertyMappingConfigurationService (\TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
 injectSignalSlotDispatcher (\TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher)
 
 injectValidatorResolver (\TYPO3\CMS\Extbase\Validation\ValidatorResolver $validatorResolver)
 
ControllerContext getControllerContext ()
 
 __construct ()
 
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 addFlashMessage ($messageBody, $messageTitle='', $severity=\TYPO3\CMS\Core\Messaging\AbstractMessage::OK, $storeInSession=true)
 
bool canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 forward ($actionName, $controllerName=null, $extensionName=null, array $arguments=null)
 
 throwStatus ($statusCode, $statusMessage=null, $content=null)
 
 initializeControllerArgumentsBaseValidators ()
 

Protected Member Functions

 initializeView (ViewInterface $view)
 
 registerButtons ()
 
 initializeAction ()
 
array prepareWorkspaceTabs (array $workspaceList, int $activeWorkspace, bool $showAllWorkspaceTab=true)
 
string getModuleUri (int $workspaceId)
 
 assignExtensionSettings ()
 
bool canCreatePreviewLink (int $pageUid, int $workspaceUid)
 
string getLanguageSelection ()
 
AdditionalColumnService getAdditionalColumnService ()
 
AdditionalResourceService getAdditionalResourceService ()
 
PageRenderer getPageRenderer ()
 
LanguageService getLanguageService ()
 
BackendUserAuthentication getBackendUser ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 renderAssetsForRequest ($request)
 
 initializeActionMethodArguments ()
 
 initializeActionMethodValidators ()
 
string resolveActionMethodName ()
 
 callActionMethod ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
ViewInterface resolveView ()
 
 setViewConfiguration (ViewInterface $view)
 
array getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
mixed resolveViewObjectName ()
 
string errorAction ()
 
 clearCacheOnError ()
 
 addErrorFlashMessage ()
 
string getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
string getFlattenedValidationErrorMessage ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
TYPO3 CMS Extbase Mvc Controller ControllerContext buildControllerContext ()
 
 redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $delay=0, $statusCode=303)
 
 redirectToUri ($uri, $delay=0, $statusCode=303)
 
string addBaseUriIfNecessary ($uri)
 
 mapRequestArgumentsToControllerArguments ()
 

Protected Attributes

string $defaultViewObjectName = BackendTemplateView::class
 
BackendTemplateView $view
 
PageRenderer $pageRenderer
 
int $pageId
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
TYPO3 CMS Extbase Reflection ReflectionService $reflectionService
 
TYPO3 CMS Extbase Service CacheService $cacheService
 
ViewInterface $view
 
string $namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format'
 
array $viewFormatToObjectNameMap = array( )
 
string $defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class
 
string $actionMethodName = 'indexAction'
 
string $errorMethodName = 'errorAction'
 
TYPO3 CMS Extbase Mvc Controller MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService
 
TYPO3 CMS Extbase Mvc Request $request
 
TYPO3 CMS Extbase Mvc Response $response
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
TYPO3 CMS Extbase SignalSlot Dispatcher $signalSlotDispatcher
 
TYPO3 CMS Extbase Object ObjectManagerInterface $objectManager
 
TYPO3 CMS Extbase Mvc Web Routing UriBuilder $uriBuilder
 
string $extensionName
 
array $settings
 
TYPO3 CMS Extbase Mvc RequestInterface $request
 
TYPO3 CMS Extbase Mvc ResponseInterface $response
 
TYPO3 CMS Extbase Validation ValidatorResolver $validatorResolver
 
TYPO3 CMS Extbase Mvc Controller Arguments $arguments
 
array $supportedRequestTypes = array( \TYPO3\CMS\Extbase\Mvc\Request::class )
 
TYPO3 CMS Extbase Mvc Controller ControllerContext $controllerContext
 
ConfigurationManagerInterface $configurationManager
 

Additional Inherited Members

- ‪Static Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
static array getActionMethodParameters ($objectManager)
 

Detailed Description

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

Definition at line 36 of file ReviewController.php.

Member Function Documentation

◆ assignExtensionSettings()

TYPO3\CMS\Workspaces\Controller\ReviewController::assignExtensionSettings ( )
protected

◆ canCreatePreviewLink()

bool TYPO3\CMS\Workspaces\Controller\ReviewController::canCreatePreviewLink ( int  $pageUid,
int  $workspaceUid 
)
protected

◆ fullIndexAction()

TYPO3\CMS\Workspaces\Controller\ReviewController::fullIndexAction ( )

◆ getAdditionalColumnService()

AdditionalColumnService TYPO3\CMS\Workspaces\Controller\ReviewController::getAdditionalColumnService ( )
protected
Returns
‪AdditionalColumnService

Definition at line 373 of file ReviewController.php.

Referenced by TYPO3\CMS\Workspaces\Controller\ReviewController\assignExtensionSettings().

◆ getAdditionalResourceService()

AdditionalResourceService TYPO3\CMS\Workspaces\Controller\ReviewController::getAdditionalResourceService ( )
protected
Returns
‪AdditionalResourceService

Definition at line 381 of file ReviewController.php.

Referenced by TYPO3\CMS\Workspaces\Controller\ReviewController\initializeAction().

◆ getBackendUser()

◆ getLanguageSelection()

string TYPO3\CMS\Workspaces\Controller\ReviewController::getLanguageSelection ( )
protected

Gets the selected language.

Returns
‪string

Definition at line 360 of file ReviewController.php.

References TYPO3\CMS\Workspaces\Controller\ReviewController\getBackendUser().

Referenced by TYPO3\CMS\Workspaces\Controller\ReviewController\initializeAction().

◆ getLanguageService()

LanguageService TYPO3\CMS\Workspaces\Controller\ReviewController::getLanguageService ( )
protected

◆ getModuleUri()

string TYPO3\CMS\Workspaces\Controller\ReviewController::getModuleUri ( int  $workspaceId)
protected

◆ getPageRenderer()

PageRenderer TYPO3\CMS\Workspaces\Controller\ReviewController::getPageRenderer ( )
protected
Returns
‪PageRenderer

Definition at line 389 of file ReviewController.php.

Referenced by TYPO3\CMS\Workspaces\Controller\ReviewController\initializeAction().

◆ indexAction()

◆ initializeAction()

◆ initializeView()

TYPO3\CMS\Workspaces\Controller\ReviewController::initializeView ( ViewInterface  $view)
protected

Set up the doc header properly here

Parameters
ViewInterface$view

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

Definition at line 59 of file ReviewController.php.

References TYPO3\CMS\Workspaces\Controller\ReviewController\$view, and TYPO3\CMS\Workspaces\Controller\ReviewController\registerButtons().

◆ prepareWorkspaceTabs()

array TYPO3\CMS\Workspaces\Controller\ReviewController::prepareWorkspaceTabs ( array  $workspaceList,
int  $activeWorkspace,
bool  $showAllWorkspaceTab = true 
)
protected

◆ registerButtons()

TYPO3\CMS\Workspaces\Controller\ReviewController::registerButtons ( )
protected

◆ singleIndexAction()

TYPO3\CMS\Workspaces\Controller\ReviewController::singleIndexAction ( )

Renders the review module for a single page. This is used within the workspace-preview frame.

Definition at line 235 of file ReviewController.php.

References TYPO3\CMS\Workspaces\Controller\ReviewController\getBackendUser(), and TYPO3\CMS\Workspaces\Controller\ReviewController\prepareWorkspaceTabs().

Member Data Documentation

◆ $defaultViewObjectName

string TYPO3\CMS\Workspaces\Controller\ReviewController::$defaultViewObjectName = BackendTemplateView::class
protected

Definition at line 40 of file ReviewController.php.

◆ $pageId

int TYPO3\CMS\Workspaces\Controller\ReviewController::$pageId
protected

◆ $pageRenderer

PageRenderer TYPO3\CMS\Workspaces\Controller\ReviewController::$pageRenderer
protected

Definition at line 48 of file ReviewController.php.

◆ $view

BackendTemplateView TYPO3\CMS\Workspaces\Controller\ReviewController::$view
protected