‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\ContentObject\LoadRegisterContentObject Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\LoadRegisterContentObject:
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)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 hasTypoScriptFrontendController ()
 
 getTypoScriptFrontendController ()
 
 getPageRepository ()
 
 getPageRenderer ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
PageRenderer $pageRenderer = null
 
ServerRequestInterface $request
 
ContentObjectRenderer $cObj = null
 

Detailed Description

Contains LOAD_REGISTER class object.

Definition at line 21 of file LoadRegisterContentObject.php.

Member Function Documentation

◆ render()

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

Rendering the cObject, LOAD_REGISTER NOTICE: This cObject does NOT return any content since it just sets internal data based on the TypoScript properties.

Parameters
array$conf‪Array of TypoScript properties
Returns
‪string Empty string (the cObject only sets internal data!)

Reimplemented from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject.

Definition at line 30 of file LoadRegisterContentObject.php.

References TYPO3\CMS\Frontend\ContentObject\AbstractContentObject\getTypoScriptFrontendController().