PHP Class Neos\Neos\Setup\Step\FinalStep

Inheritance: extends Neos\Setup\Step\AbstractStep
Show file Open project: neos/neos-development-collection

Protected Methods

Method Description
buildForm ( Neos\Form\Core\Model\FormDefinition $formDefinition ) : void Returns the form definitions for the step

Method Details

buildForm() protected method

Returns the form definitions for the step
protected buildForm ( Neos\Form\Core\Model\FormDefinition $formDefinition ) : void
$formDefinition Neos\Form\Core\Model\FormDefinition
return void