TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
SystemInformationController Class Reference
Inheritance diagram for SystemInformationController:
AbstractController ActionController AbstractController ControllerInterface

Public Member Functions

 appendMessage ()
 
- Public Member Functions inherited from AbstractController
 injectLogEntryRepository (\TYPO3\CMS\Belog\Domain\Repository\LogEntryRepository $logEntryRepository)
 
 initializeAction ()
 
 initializeIndexAction ()
 
 indexAction (\TYPO3\CMS\Belog\Domain\Model\Constraint $constraint=null)
 
- Public Member Functions inherited from 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 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

 getConstraintFromBeUserData ()
 
 getBackendUserAuthentication ()
 
 getDatabaseConnection ()
 
- Protected Member Functions inherited from AbstractController
 initializeView (ViewInterface $view)
 
 getConstraintFromBeUserData ()
 
 persistConstraintInBeUserData (\TYPO3\CMS\Belog\Domain\Model\Constraint $constraint)
 
 createUserAndGroupListForSelectOptions ()
 
 forceWorkspaceSelectionIfInWorkspace (\TYPO3\CMS\Belog\Domain\Model\Constraint $constraint)
 
 createPageDepthOptions ()
 
 setStartAndEndTimeFromTimeSelector (\TYPO3\CMS\Belog\Domain\Model\Constraint $constraint)
 
- Protected Member Functions inherited from 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 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 ActionController
static getActionMethodParameters ($objectManager)
 
- Public Attributes inherited from AbstractController
const TIMEFRAME_THISWEEK = 0
 
const TIMEFRAME_LASTWEEK = 1
 
const TIMEFRAME_LASTSEVENDAYS = 2
 
const TIMEFRAME_THISMONTH = 10
 
const TIMEFRAME_LASTMONTH = 11
 
const TIMEFRAME_LAST31DAYS = 12
 
const TIMEFRAME_CUSTOM = 30
 
- Protected Attributes inherited from AbstractController
 $isInPageContext = false
 
 $pageId = 0
 
 $logEntryRepository = null
 
 $view
 

Detailed Description

Count newest exceptions for the system information menu

Definition at line 25 of file SystemInformationController.php.

Member Function Documentation

appendMessage ( )
getBackendUserAuthentication ( )
protected
getConstraintFromBeUserData ( )
protected

Get module states (the constraint object) from user data

Returns
|NULL

Definition at line 70 of file SystemInformationController.php.

References SystemInformationController\getBackendUserAuthentication().

Referenced by SystemInformationController\appendMessage().

getDatabaseConnection ( )
protected
Returns

Definition at line 90 of file SystemInformationController.php.

References $GLOBALS.

Referenced by SystemInformationController\appendMessage().