TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Workspaces\Controller\ReviewController Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Controller\ReviewController:
TYPO3\CMS\Workspaces\Controller\AbstractController TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Extbase\Mvc\Controller\AbstractController TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Public Member Functions

 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)
 
 getControllerContext ()
 
 __construct ()
 
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 addFlashMessage ($messageBody, $messageTitle='', $severity=\TYPO3\CMS\Core\Messaging\AbstractMessage::OK, $storeInSession=true)
 
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
 forward ($actionName, $controllerName=null, $extensionName=null, array $arguments=null)
 
 throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Protected Member Functions

 initializeView (ViewInterface $view)
 
 registerButtons ()
 
 prepareWorkspaceTabs (array $workspaceList, $activeWorkspace)
 
 getModuleUri ($workspaceId)
 
 getLanguageService ()
 
- Protected Member Functions inherited from TYPO3\CMS\Workspaces\Controller\AbstractController
 initializeAction ()
 
 assignExtensionSettings ()
 
 getLanguageSelection ()
 
 getAdditionalColumnService ()
 
 getAdditionalResourceService ()
 
 getBackendUser ()
 
 getPageRenderer ()
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 initializeActionMethodArguments ()
 
 resolveActionMethodName ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
 setViewConfiguration (ViewInterface $view)
 
 getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
 resolveViewObjectName ()
 
 initializeView (ViewInterface $view)
 
 initializeAction ()
 
 errorAction ()
 
 clearCacheOnError ()
 
 addErrorFlashMessage ()
 
 getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
 getFlattenedValidationErrorMessage ()
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
 redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $delay=0, $statusCode=303)
 
 redirectToUri ($uri, $delay=0, $statusCode=303)
 
 addBaseUriIfNecessary ($uri)
 

Additional Inherited Members

- Static Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
static getActionMethodParameters ($objectManager)
 
- Protected Attributes inherited from TYPO3\CMS\Workspaces\Controller\AbstractController
 $defaultViewObjectName = BackendTemplateView::class
 
 $view
 
 $extensionName = 'Workspaces'
 
 $pageRenderer
 
 $pageId
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 $reflectionService
 
 $cacheService
 
 $view = null
 
 $namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format'
 
 $viewFormatToObjectNameMap = []
 
 $defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class
 
 $actionMethodName = 'indexAction'
 
 $errorMethodName = 'errorAction'
 
 $mvcPropertyMappingConfigurationService
 
 $request
 
 $response
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
 $signalSlotDispatcher
 
 $objectManager
 
 $uriBuilder
 
 $extensionName
 
 $settings
 
 $request
 
 $response
 
 $validatorResolver
 
 $arguments
 
 $supportedRequestTypes = [\TYPO3\CMS\Extbase\Mvc\Request::class]
 
 $controllerContext
 
 $configurationManager
 

Detailed Description

Review controller.

Definition at line 27 of file ReviewController.php.

Member Function Documentation

◆ fullIndexAction()

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

◆ getLanguageService()

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

Definition at line 327 of file ReviewController.php.

References $GLOBALS.

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

◆ getModuleUri()

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

Gets the module URI.

Parameters
int$workspaceId
Returns
string

Definition at line 309 of file ReviewController.php.

References TYPO3\CMS\Workspaces\Service\WorkspaceService\SELECT_ALL_WORKSPACES.

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

◆ initializeView()

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

Set up the doc header properly here

Parameters
ViewInterface$view

Definition at line 34 of file ReviewController.php.

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

◆ prepareWorkspaceTabs()

TYPO3\CMS\Workspaces\Controller\ReviewController::prepareWorkspaceTabs ( array  $workspaceList,
  $activeWorkspace 
)
protected

◆ registerButtons()

◆ singleIndexAction()