TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook Class Reference

Public Member Functions

 headerNoCache (array &$params, $ref)
 

Detailed Description

Hooks for (TSFE).

Definition at line 22 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$paramsParameters from frontend
TypoScriptFrontendController$refTSFE object
Returns
void

Definition at line 31 of file TypoScriptFrontendHook.php.