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

Public Member Functions

 __construct (DataMapFactory $dataMapFactory, QueueService $queueService, ContentRepository $contentRepository, PersistenceManagerInterface $persistenceManager)
 
 indexAction ()
 
 processAction ()
 
 finishAction ()
 
- ‪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, string $messageTitle='', ContextualFeedbackSeverity $severity=ContextualFeedbackSeverity::OK, bool $storeInSession=true)
 
 throwStatus (int $statusCode, string $statusMessage='', ?string $content=null)
 

Protected Attributes

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

Private Attributes

ContentRepository $contentRepository
 
PersistenceManagerInterface $persistenceManager
 

Additional Inherited Members

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

Detailed Description

ContentController

Definition at line 34 of file QueueController.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ finishAction()

TYPO3Tests\TestIrreForeignfield\Controller\QueueController::finishAction ( )

Definition at line 87 of file QueueController.php.

◆ indexAction()

TYPO3Tests\TestIrreForeignfield\Controller\QueueController::indexAction ( )

Definition at line 54 of file QueueController.php.

References TYPO3\CMS\Webhooks\Message\$uid.

◆ processAction()

TYPO3Tests\TestIrreForeignfield\Controller\QueueController::processAction ( )

Member Data Documentation

◆ $contentRepository

ContentRepository TYPO3Tests\TestIrreForeignfield\Controller\QueueController::$contentRepository
private

◆ $dataMapFactory

DataMapFactory TYPO3Tests\TestIrreForeignfield\Controller\QueueController::$dataMapFactory
protected

◆ $defaultViewObjectName

string TYPO3Tests\TestIrreForeignfield\Controller\QueueController::$defaultViewObjectName = JsonView::class
protected

Definition at line 40 of file QueueController.php.

◆ $persistenceManager

PersistenceManagerInterface TYPO3Tests\TestIrreForeignfield\Controller\QueueController::$persistenceManager
private

◆ $queueService

QueueService TYPO3Tests\TestIrreForeignfield\Controller\QueueController::$queueService
protected