RenderContentElementPreviewViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <formvh:be.rendercontentelementpreview>
FinalYes
Used by the form editor.
Render a content element preview like the page module
Scope: backend
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Properties
- $escapeOutput : bool
- As this ViewHelper renders HTML, the output must not be escaped.
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
- getBackendUser() : BackendUserAuthentication
Properties
$escapeOutput
As this ViewHelper renders HTML, the output must not be escaped.
protected
bool
$escapeOutput
= false
Methods
__construct()
public
__construct(PageContextFactory $pageContextFactory) : mixed
Parameters
- $pageContextFactory : PageContextFactory
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string
Return values
stringgetBackendUser()
protected
getBackendUser() : BackendUserAuthentication