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

Public Member Functions

 __construct (DataMapFactory $dataMapFactory, QueueService $queueService, ContentRepository $contentRepository)
 
 listAction ()
 
 showAction (Content $content)
 
 newAction (Content $newContent=null)
 
 createAction (Content $newContent)
 
 editAction (Content $content)
 
 updateAction (Content $content)
 
 deleteAction (Content $content)
 
- ‪Public Member Functions inherited from ‪TYPO3\TestIrreForeignfield\Controller\AbstractController
 __construct (DataMapFactory $dataMapFactory, QueueService $queueService)
 
 processRequest (RequestInterface $request)
 
- ‪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 ()
 
 addFlashMessage (string $messageBody, $messageTitle='', $severity=ContextualFeedbackSeverity::OK, $storeInSession=true)
 
never throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Protected Attributes

string $defaultViewObjectName = JsonView::class
 
- ‪Protected Attributes inherited from ‪TYPO3\TestIrreForeignfield\Controller\AbstractController
DataMapFactory $dataMapFactory
 
QueueService $queueService
 
- ‪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
 

Private Attributes

ContentRepository $contentRepository
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\TestIrreForeignfield\Controller\AbstractController
 getStructure ($iterator)
 
 process ($value)
 
 getRuntimeIdentifier ()
 
- ‪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)
 

Detailed Description

ContentController

Definition at line 30 of file ContentController.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ createAction()

TYPO3\TestIrreForeignfield\Controller\ContentController::createAction ( Content  $newContent)

◆ deleteAction()

TYPO3\TestIrreForeignfield\Controller\ContentController::deleteAction ( Content  $content)

◆ editAction()

TYPO3\TestIrreForeignfield\Controller\ContentController::editAction ( Content  $content)

@Extbase\IgnoreValidation("content")

Definition at line 77 of file ContentController.php.

◆ listAction()

TYPO3\TestIrreForeignfield\Controller\ContentController::listAction ( )

◆ newAction()

TYPO3\TestIrreForeignfield\Controller\ContentController::newAction ( Content  $newContent = null)

@Extbase\IgnoreValidation("newContent")

Definition at line 63 of file ContentController.php.

◆ showAction()

TYPO3\TestIrreForeignfield\Controller\ContentController::showAction ( Content  $content)

◆ updateAction()

TYPO3\TestIrreForeignfield\Controller\ContentController::updateAction ( Content  $content)

Member Data Documentation

◆ $contentRepository

ContentRepository TYPO3\TestIrreForeignfield\Controller\ContentController::$contentRepository
private

◆ $defaultViewObjectName

string TYPO3\TestIrreForeignfield\Controller\ContentController::$defaultViewObjectName = JsonView::class
protected

Definition at line 36 of file ContentController.php.