TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Resource\Hook\FileInfoHook Class Reference

Public Member Functions

 renderFileInfo (array $propertyArray)
 
 renderFileMetadataInfo (array $propertyArray)
 

Protected Member Functions

 renderFileInformationContent (\TYPO3\CMS\Core\Resource\File $file=null)
 

Detailed Description

Utility class to render TCEforms information about a sys_file record

Definition at line 24 of file FileInfoHook.php.

Member Function Documentation

◆ renderFileInfo()

TYPO3\CMS\Core\Resource\Hook\FileInfoHook::renderFileInfo ( array  $propertyArray)

User function for sys_file (element)

Parameters
array$propertyArraythe array with additional configuration options.
Returns
string The HTML code for the TCEform field

Definition at line 32 of file FileInfoHook.php.

References TYPO3\CMS\Core\Resource\ResourceFactory\getInstance(), and TYPO3\CMS\Core\Resource\Hook\FileInfoHook\renderFileInformationContent().

◆ renderFileInformationContent()

TYPO3\CMS\Core\Resource\Hook\FileInfoHook::renderFileInformationContent ( \TYPO3\CMS\Core\Resource\File  $file = null)
protected

◆ renderFileMetadataInfo()

TYPO3\CMS\Core\Resource\Hook\FileInfoHook::renderFileMetadataInfo ( array  $propertyArray)

User function for sys_file_meta (element)

Parameters
array$propertyArraythe array with additional configuration options.
Returns
string The HTML code for the TCEform field

Definition at line 48 of file FileInfoHook.php.

References TYPO3\CMS\Core\Resource\ResourceFactory\getInstance(), and TYPO3\CMS\Core\Resource\Hook\FileInfoHook\renderFileInformationContent().