‪TYPO3CMS  9.5
TYPO3\CMS\Backend\Controller\LiveSearchController Class Reference

Public Member Functions

ResponseInterface liveSearchAction (ServerRequestInterface $request)
 

Protected Attributes

array $searchResults = array( )
 

Detailed Description

Returns the results for any live searches, e.g. in the toolbar

This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 28 of file LiveSearchController.php.

Member Function Documentation

◆ liveSearchAction()

ResponseInterface TYPO3\CMS\Backend\Controller\LiveSearchController::liveSearchAction ( ServerRequestInterface  $request)

Processes all AJAX calls and sends back a JSON object

Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 40 of file LiveSearchController.php.

References TYPO3\CMS\Backend\Controller\LiveSearchController\$searchResults.

Member Data Documentation

◆ $searchResults

array TYPO3\CMS\Backend\Controller\LiveSearchController::$searchResults = array( )
protected