LiveSearchController
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.
Table of Contents
Methods
- liveSearchAction() : ResponseInterface
- Processes all AJAX calls and sends back a JSON object
Methods
liveSearchAction()
Processes all AJAX calls and sends back a JSON object
public
liveSearchAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface