FileEditHook
File edit hook for t3editor
This is a specific hook implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- preOutputProcessingHook() : mixed
- Hook-function: inject t3editor JavaScript code before the page is compiled called in file_edit module
Methods
preOutputProcessingHook()
Hook-function: inject t3editor JavaScript code before the page is compiled called in file_edit module
public
preOutputProcessingHook(array<string|int, mixed> $parameters, EditFileController $pObj) : mixed
Parameters
- $parameters : array<string|int, mixed>
- $pObj : EditFileController