‪TYPO3CMS  10.4
TYPO3\CMS\Fluid\ViewHelpers\Widget\Controller\AutocompleteController Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\ViewHelpers\Widget\Controller\AutocompleteController:
TYPO3\CMS\Fluid\Core\Widget\AbstractWidgetController TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Core\SingletonInterface TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Public Member Functions

 __construct ()
 
 indexAction ()
 
string autocompleteAction ($term)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Fluid\Core\Widget\AbstractWidgetController
 processRequest (RequestInterface $request, ResponseInterface $response)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (ObjectManagerInterface $objectManager)
 
 injectSignalSlotDispatcher (Dispatcher $signalSlotDispatcher)
 
 injectValidatorResolver (ValidatorResolver $validatorResolver)
 
 injectViewResolver (ViewResolverInterface $viewResolver)
 
 injectReflectionService (ReflectionService $reflectionService)
 
 injectCacheService (CacheService $cacheService)
 
 injectHashService (HashService $hashService)
 
 injectMvcPropertyMappingConfigurationService (MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService)
 
 injectEventDispatcher (EventDispatcherInterface $eventDispatcher)
 
 initializeControllerArgumentsBaseValidators ()
 
ControllerContext getControllerContext ()
 
 addFlashMessage ($messageBody, $messageTitle='', $severity=AbstractMessage::OK, $storeInSession=true)
 
bool canProcessRequest (RequestInterface $request)
 
 forward ($actionName, $controllerName=null, $extensionName=null, array $arguments=null)
 
 throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Fluid\Core\Widget\AbstractWidgetController
 setViewConfiguration (ViewInterface $view)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 initializeView (ViewInterface $view)
 
 initializeAction ()
 
 initializeActionMethodArguments ()
 
 initializeActionMethodValidators ()
 
 renderAssetsForRequest ($request)
 
string resolveActionMethodName ()
 
 callActionMethod ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
ViewInterface resolveView ()
 
array getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
string errorAction ()
 
 clearCacheOnError ()
 
 addErrorFlashMessage ()
 
string getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
string getFlattenedValidationErrorMessage ()
 
TYPO3 CMS Extbase Mvc Controller ControllerContext buildControllerContext ()
 
 redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $delay=0, $statusCode=303)
 
 redirectToUri ($uri, $delay=0, $statusCode=303)
 
string addBaseUriIfNecessary ($uri)
 
 mapRequestArgumentsToControllerArguments ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Fluid\Core\Widget\AbstractWidgetController
array $supportedRequestTypes = array( WidgetRequest::class )
 
array $widgetConfiguration
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
TYPO3 CMS Extbase Reflection ReflectionService $reflectionService
 
TYPO3 CMS Extbase Service CacheService $cacheService
 
HashService $hashService
 
ViewInterface $view
 
string $defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class
 
string $actionMethodName = 'indexAction'
 
string $errorMethodName = 'errorAction'
 
TYPO3 CMS Extbase Mvc Controller MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService
 
EventDispatcherInterface $eventDispatcher
 
TYPO3 CMS Extbase Mvc Request $request
 
TYPO3 CMS Extbase Mvc Response $response
 
TYPO3 CMS Extbase SignalSlot Dispatcher $signalSlotDispatcher
 
TYPO3 CMS Extbase Object ObjectManagerInterface $objectManager
 
TYPO3 CMS Extbase Mvc Web Routing UriBuilder $uriBuilder
 
array $settings
 
TYPO3 CMS Extbase Validation ValidatorResolver $validatorResolver
 
TYPO3 CMS Extbase Mvc Controller Arguments $arguments
 
array $supportedRequestTypes = array( Request::class )
 
TYPO3 CMS Extbase Mvc Controller ControllerContext $controllerContext
 
ConfigurationManagerInterface $configurationManager
 

Detailed Description

Class AutocompleteController

Deprecated:
‪since TYPO3 v10.4, will be removed in TYPO3 v11.0.

Definition at line 25 of file AutocompleteController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Fluid\ViewHelpers\Widget\Controller\AutocompleteController::__construct ( )

Definition at line 27 of file AutocompleteController.php.

Member Function Documentation

◆ autocompleteAction()

string TYPO3\CMS\Fluid\ViewHelpers\Widget\Controller\AutocompleteController::autocompleteAction (   $term)
Parameters
string$term
Returns
‪string

Definition at line 44 of file AutocompleteController.php.

References $output, and TYPO3\CMS\Extbase\Reflection\ObjectAccess\getProperty().

◆ indexAction()

TYPO3\CMS\Fluid\ViewHelpers\Widget\Controller\AutocompleteController::indexAction ( )

Simply assigns the ID of the widget.

Definition at line 35 of file AutocompleteController.php.