‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\ContentObject\FilesContentObject Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\FilesContentObject:
TYPO3\CMS\Frontend\ContentObject\AbstractContentObject

Public Member Functions

string render ($conf=[])
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 getContentObjectRenderer ()
 
 setRequest (ServerRequestInterface $request)
 
 setContentObjectRenderer (ContentObjectRenderer $cObj)
 

Protected Member Functions

FileCollector findAndSortFiles (array $conf)
 
 addFileReferences (array $configuration, array $element, FileCollector $fileCollector)
 
 getFileCollector ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 hasTypoScriptFrontendController ()
 
 getTypoScriptFrontendController ()
 
 getPageRepository ()
 
 getPageRenderer ()
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
PageRenderer $pageRenderer = null
 
ServerRequestInterface $request
 
ContentObjectRenderer $cObj = null
 

Detailed Description

Contains FILES content object

Definition at line 26 of file FilesContentObject.php.

Member Function Documentation

◆ addFileReferences()

TYPO3\CMS\Frontend\ContentObject\FilesContentObject::addFileReferences ( array  $configuration,
array  $element,
FileCollector  $fileCollector 
)
protected

Handles and resolves file references.

Parameters
array$configuration‪TypoScript configuration
array$element‪The parent element referencing to files

Definition at line 154 of file FilesContentObject.php.

References TYPO3\CMS\Frontend\Resource\FileCollector\addFilesFromRelation(), and TYPO3\CMS\Frontend\ContentObject\AbstractContentObject\getPageRepository().

Referenced by TYPO3\CMS\Frontend\ContentObject\FilesContentObject\findAndSortFiles().

◆ findAndSortFiles()

FileCollector TYPO3\CMS\Frontend\ContentObject\FilesContentObject::findAndSortFiles ( array  $conf)
protected

◆ getFileCollector()

TYPO3\CMS\Frontend\ContentObject\FilesContentObject::getFileCollector ( )
protected

◆ render()

string TYPO3\CMS\Frontend\ContentObject\FilesContentObject::render (   $conf = [])