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

Public Member Functions

 __construct (protected readonly BackendViewFactory $backendViewFactory, protected readonly SearchRepository $searchService,)
 
 searchAction (ServerRequestInterface $request)
 
 formAction (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 35 of file LiveSearchController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\LiveSearchController::__construct ( protected readonly BackendViewFactory  $backendViewFactory,
protected readonly SearchRepository  $searchService 
)

Definition at line 37 of file LiveSearchController.php.

Member Function Documentation

◆ formAction()

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

◆ searchAction()

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