PasswordSetCommand extends Command

FinalYes

Table of Contents

Properties

$configurationManager  : ConfigurationManager
$passwordHashFactory  : PasswordHashFactory
$random  : Random

Methods

__construct()  : mixed
configure()  : void
execute()  : int
Creates an install-tool password (either auto-generated or manual) and stores the hash (if not --dry-run)
getQuestionHelper()  : QuestionHelper

Properties

Methods

execute()

Creates an install-tool password (either auto-generated or manual) and stores the hash (if not --dry-run)

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface
$output : OutputInterface
Tags
throws
InvalidPasswordHashException
throws
InvalidPasswordRulesException
Return values
int

getQuestionHelper()

protected getQuestionHelper() : QuestionHelper
Return values
QuestionHelper

        
On this page

Search results