PHP Class Neos\Neos\Setup\Step\AdministratorStep

Inheritance: extends Neos\Setup\Step\AbstractStep
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$accountRepository Neos\Flow\Security\AccountRepository
$optional boolean
$partyRepository Neos\Party\Domain\Repository\PartyRepository
$userService Neos\Neos\Domain\Service\UserService

Méthodes publiques

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

Méthodes protégées

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

Method Details

buildForm() protected méthode

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

postProcessFormValues() public méthode

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

Property Details

$accountRepository protected_oe property

protected AccountRepository,Neos\Flow\Security $accountRepository
Résultat Neos\Flow\Security\AccountRepository

$optional protected_oe property

protected bool $optional
Résultat boolean

$partyRepository protected_oe property

protected PartyRepository,Neos\Party\Domain\Repository $partyRepository
Résultat Neos\Party\Domain\Repository\PartyRepository

$userService protected_oe property

protected UserService,Neos\Neos\Domain\Service $userService
Résultat Neos\Neos\Domain\Service\UserService