ContextHelpAjaxController
Class ContextHelpAjaxController
This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- getHelpAction() : ResponseInterface
- The main dispatcher function. Collect data and prepare HTML output.
- getContextHelp() : array<string|int, mixed>
- Fetch the context help for the given table/field parameters
Methods
getHelpAction()
The main dispatcher function. Collect data and prepare HTML output.
public
getHelpAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Tags
Return values
ResponseInterfacegetContextHelp()
Fetch the context help for the given table/field parameters
protected
getContextHelp(string $table, string $field) : array<string|int, mixed>
Parameters
- $table : string
-
Table identifier
- $field : string
-
Field identifier
Return values
array<string|int, mixed> —complete Help information