RawSearchController

"Database > Raw search" module.

Internal

This class is a specific Backend controller implementation and is not part of the TYPO3's Core API.

Attributes
#[AsController]

Table of Contents

Properties

$componentFactory  : ComponentFactory
$iconFactory  : IconFactory
$MOD_MENU  : array<string|int, mixed>
$MOD_SETTINGS  : array<string|int, mixed>
$moduleTemplateFactory  : ModuleTemplateFactory
$tcaSchemaFactory  : TcaSchemaFactory
$uriBuilder  : UriBuilder

Methods

__construct()  : mixed
handleRequest()  : ResponseInterface
getBackendUserAuthentication()  : BackendUserAuthentication
getLanguageService()  : LanguageService
resultRowDisplay()  : string
resultRowTitles()  : string
search()  : string

Properties

$MOD_MENU

protected array<string|int, mixed> $MOD_MENU = []

$MOD_SETTINGS

protected array<string|int, mixed> $MOD_SETTINGS = []

Methods

handleRequest()

public handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

resultRowDisplay()

protected resultRowDisplay(array<string|int, mixed> $row, string $table, ServerRequestInterface $request) : string
Parameters
$row : array<string|int, mixed>
$table : string
$request : ServerRequestInterface
Return values
string

resultRowTitles()

protected resultRowTitles(array<string|int, mixed>|null $row, string $table) : string
Parameters
$row : array<string|int, mixed>|null

Table columns

$table : string
Return values
string
protected search(ServerRequestInterface $request) : string
Parameters
$request : ServerRequestInterface
Return values
string

        
On this page

Search results