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

Public Member Functions

ResponseInterface liveSearchAction (ServerRequestInterface $request)
 

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 29 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 37 of file LiveSearchController.php.