PHP Class Neos\Neos\Setup\Step\AdministratorStep

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

Protected Properties

Property Type Description
$accountRepository Neos\Flow\Security\AccountRepository
$optional boolean
$partyRepository Neos\Party\Domain\Repository\PartyRepository
$userService Neos\Neos\Domain\Service\UserService

Public Methods

Method Description
postProcessFormValues ( array $formValues ) : void This method is called when the form of this step has been submitted

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

postProcessFormValues() public method

This method is called when the form of this step has been submitted
public postProcessFormValues ( array $formValues ) : void
$formValues array
return void

Property Details

$accountRepository protected property

protected AccountRepository,Neos\Flow\Security $accountRepository
return Neos\Flow\Security\AccountRepository

$optional protected property

protected bool $optional
return boolean

$partyRepository protected property

protected PartyRepository,Neos\Party\Domain\Repository $partyRepository
return Neos\Party\Domain\Repository\PartyRepository

$userService protected property

protected UserService,Neos\Neos\Domain\Service $userService
return Neos\Neos\Domain\Service\UserService