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

Public Member Functions

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

Protected Member Functions

 getT3editor ()
 
 getPageRenderer ()
 

Protected Attributes

 $t3editor = null
 
 $ajaxSaveType = 'TypoScriptTemplateInformationModuleFunctionController'
 

Detailed Description

File edit hook for t3editor

Definition at line 23 of file FileEditHook.php.

Member Function Documentation

getPageRenderer ( )
protected
Returns
PageRenderer

Definition at line 124 of file FileEditHook.php.

References GeneralUtility\makeInstance().

Referenced by FileEditHook\preOutputProcessingHook(), and FileEditHook\preStartPageHook().

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

Hook-function: called in file_edit module

Parameters
array$parameters
\TYPO3\CMS\Backend\Controller\File\EditFileController$pObj

Definition at line 88 of file FileEditHook.php.

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

preOutputProcessingHook (   $parameters,
  $pObj 
)

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

Parameters
array$parameters
\TYPO3\CMS\Backend\Controller\File\EditFileController$pObj

Definition at line 53 of file FileEditHook.php.

References FileEditHook\$t3editor, FileEditHook\getPageRenderer(), and FileEditHook\getT3editor().

preStartPageHook ( )

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

See Also
::startPage

Definition at line 70 of file FileEditHook.php.

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

Member Data Documentation

$ajaxSaveType = 'TypoScriptTemplateInformationModuleFunctionController'
protected

Definition at line 33 of file FileEditHook.php.

$t3editor = null
protected