‪TYPO3CMS  9.5
TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook Class Reference

Public Member Functions

 headerNoCache (array &$params, $ref)
 

Detailed Description

Hooks for \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController (TSFE).

this is a TYPO3-internal hook implementation and not part of TYPO3's Core API.

Definition at line 23 of file TypoScriptFrontendHook.php.

Member Function Documentation

◆ headerNoCache()

TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook::headerNoCache ( array &  $params,
  $ref 
)

Frontend hook: If the page is not being re-generated this is our chance to force it to be (because re-generation of the page is required in order to have the indexer called!)

Parameters
array$params‪Parameters from frontend
TypoScriptFrontendController$ref‪TSFE object

Definition at line 31 of file TypoScriptFrontendHook.php.