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

Public Member Functions

 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 EXTBASEPLUGIN class object.

Creates a request and dispatches it to the controller which was specified by TS Setup and returns the content, currently handed over to the Extbase Bootstrap.

This class is the main entry point for extbase extensions in the TYPO3 Frontend.

Definition at line 34 of file ExtbasePluginContentObject.php.

Member Function Documentation

◆ render()