PasswordGeneratorController

Internal

Only to be used within TYPO3. Might change in the future.

Attributes
#[Autoconfigure]
$public: true

Table of Contents

Methods

__construct()  : mixed
generate()  : ResponseInterface
createResponse()  : ResponseInterface
getLanguageService()  : LanguageService

Methods

__construct()

public __construct(Random $random, ResponseFactoryInterface $responseFactory, StreamFactoryInterface $streamFactory) : mixed
Parameters
$random : Random
$responseFactory : ResponseFactoryInterface
$streamFactory : StreamFactoryInterface

generate()

public generate(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

createResponse()

protected createResponse(array<string|int, mixed> $data) : ResponseInterface
Parameters
$data : array<string|int, mixed>
Return values
ResponseInterface

        
On this page

Search results