PHP Class FluidTYPO3\Flux\ViewHelpers\Form\RenderViewHelper

Use to render a Flux form as HTML.
Inheritance: extends TYPO3\CMS\Fluid\ViewHelpers\FormViewHelper
Datei anzeigen Open project: fluidtypo3/flux

Protected Properties

Property Type Description
$configurationService FluidTYPO3\Flux\Service\FluxService

Public Methods

Method Description
injectConfigurationService ( FluxService $configurationService ) : void
render ( Form $form ) : string

Protected Methods

Method Description
getNodeFactory ( ) : TYPO3\CMS\Backend\Form\NodeFactory

Method Details

getNodeFactory() protected method

protected getNodeFactory ( ) : TYPO3\CMS\Backend\Form\NodeFactory
return TYPO3\CMS\Backend\Form\NodeFactory

injectConfigurationService() public method

public injectConfigurationService ( FluxService $configurationService ) : void
$configurationService FluidTYPO3\Flux\Service\FluxService
return void

render() public method

public render ( Form $form ) : string
$form FluidTYPO3\Flux\Form
return string

Property Details

$configurationService protected_oe property

protected FluxService,FluidTYPO3\Flux\Service $configurationService
return FluidTYPO3\Flux\Service\FluxService