TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TypoScriptTemplateInfoHook Class Reference

Public Member Functions

 preStartPageHook ()
 
 postOutputProcessingHook ($parameters, $pObj)
 
 save ($parameters, $pObj)
 

Protected Member Functions

 getT3editor ()
 

Protected Attributes

 $t3editor = null
 
 $ajaxSaveType = 'TypoScriptTemplateInformationModuleFunctionController'
 

Detailed Description

Hook for tstemplate info

Definition at line 20 of file TypoScriptTemplateInfoHook.php.

Member Function Documentation

getT3editor ( )
protected
postOutputProcessingHook (   $parameters,
  $pObj 
)

Hook-function: called in typo3/sysext/tstemplate_info/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php

Parameters
array$parameters
\TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateInformationModuleFunctionController$pObj
Returns
void

Definition at line 68 of file TypoScriptTemplateInfoHook.php.

References $GLOBALS, TypoScriptTemplateInfoHook\$t3editor, and TypoScriptTemplateInfoHook\getT3editor().

preStartPageHook ( )

Hook-function: inject t3editor JavaScript code before the page is compiled called in :startPage

Returns
void
See Also
::startPage

Definition at line 50 of file TypoScriptTemplateInfoHook.php.

References TypoScriptTemplateInfoHook\$t3editor, GeneralUtility\_GET(), and TypoScriptTemplateInfoHook\getT3editor().

save (   $parameters,
  $pObj 
)

Process saving request like in class.tstemplateinfo.php (TCE processing)

Returns
bool TRUE if successful

Definition at line 89 of file TypoScriptTemplateInfoHook.php.

Member Data Documentation

$ajaxSaveType = 'TypoScriptTemplateInformationModuleFunctionController'
protected

Definition at line 30 of file TypoScriptTemplateInfoHook.php.

$t3editor = null
protected