‪TYPO3CMS  ‪main
TYPO3\CMS\Form\Controller\AbstractBackendController Class Reference
Inheritance diagram for TYPO3\CMS\Form\Controller\AbstractBackendController:
TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface TYPO3\CMS\Form\Controller\FormEditorController TYPO3\CMS\Form\Controller\FormManagerController TYPO3\CMS\Form\Tests\Unit\Controller\Fixtures\TestingController

Public Member Functions

 injectFormPersistenceManager (FormPersistenceManagerInterface $formPersistenceManager)
 
 initializeObject ()
 
- ‪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, $messageTitle='', ContextualFeedbackSeverity $severity=ContextualFeedbackSeverity::OK, $storeInSession=true)
 
never throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Protected Member Functions

 resolveResourcePaths (array $resourcePaths)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 initializeAction ()
 
 initializeActionMethodArguments ()
 
 initializeActionMethodValidators ()
 
 renderAssetsForRequest ($request)
 
string resolveActionMethodName ()
 
 callActionMethod (RequestInterface $request)
 
 resolveView ()
 
 setViewConfiguration (ViewInterface $view)
 
ResponseInterface errorAction ()
 
 addErrorFlashMessage ()
 
string bool getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
string getFlattenedValidationErrorMessage ()
 
 getFlashMessageQueue (string $identifier=null)
 
 redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $_=null, $statusCode=303)
 
 redirectToUri ($uri, $_=null, $statusCode=303)
 
string addBaseUriIfNecessary ($uri)
 
 mapRequestArgumentsToControllerArguments ()
 
 htmlResponse (string $html=null)
 
 jsonResponse (string $json=null)
 

Protected Attributes

array $formSettings
 
FormPersistenceManagerInterface $formPersistenceManager
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
ResponseFactoryInterface $responseFactory
 
StreamFactoryInterface $streamFactory
 
TYPO3 CMS Extbase Reflection ReflectionService $reflectionService
 
HashService $hashService
 
ViewInterface $view
 
string $defaultViewObjectName = TemplateView::class
 
string $actionMethodName = 'indexAction'
 
string $errorMethodName = 'errorAction'
 
TYPO3 CMS Extbase Mvc Controller MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService
 
EventDispatcherInterface $eventDispatcher
 
RequestInterface $request
 
TYPO3 CMS Extbase Mvc Web Routing UriBuilder $uriBuilder
 
array $settings
 
TYPO3 CMS Extbase Validation ValidatorResolver $validatorResolver
 
TYPO3 CMS Extbase Mvc Controller Arguments $arguments
 
ConfigurationManagerInterface $configurationManager
 

Detailed Description

The abstract form backend controller

Scope: backend

Definition at line 32 of file AbstractBackendController.php.

Member Function Documentation

◆ initializeObject()

◆ injectFormPersistenceManager()

TYPO3\CMS\Form\Controller\AbstractBackendController::injectFormPersistenceManager ( FormPersistenceManagerInterface  $formPersistenceManager)

◆ resolveResourcePaths()

TYPO3\CMS\Form\Controller\AbstractBackendController::resolveResourcePaths ( array  $resourcePaths)
protected

Convert arrays with EXT: resource paths to web paths

Input: [ 100 => 'EXT:form/Resources/Public/Css/form.css' ]

Output:

[ 0 => 'typo3/sysext/form/Resources/Public/Css/form.css' ]

Reimplemented in TYPO3\CMS\Form\Tests\Unit\Controller\Fixtures\TestingController.

Definition at line 67 of file AbstractBackendController.php.

References TYPO3\CMS\Core\Utility\PathUtility\getPublicResourceWebPath().

Referenced by TYPO3\CMS\Form\Controller\FormManagerController\indexAction(), and TYPO3\CMS\Form\Controller\FormEditorController\indexAction().

Member Data Documentation

◆ $formPersistenceManager

FormPersistenceManagerInterface TYPO3\CMS\Form\Controller\AbstractBackendController::$formPersistenceManager
protected

◆ $formSettings

array TYPO3\CMS\Form\Controller\AbstractBackendController::$formSettings
protected

Definition at line 34 of file AbstractBackendController.php.