‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Controller\PasswordGeneratorController Class Reference

Public Member Functions

 __construct (private readonly Random $random, private readonly ResponseFactoryInterface $responseFactory, private readonly StreamFactoryInterface $streamFactory)
 
 generate (ServerRequestInterface $request)
 

Protected Member Functions

 createResponse (array $data)
 
 getLanguageService ()
 

Detailed Description

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

Definition at line 31 of file PasswordGeneratorController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Controller\PasswordGeneratorController::__construct ( private readonly Random  $random,
private readonly ResponseFactoryInterface  $responseFactory,
private readonly StreamFactoryInterface  $streamFactory 
)

Definition at line 33 of file PasswordGeneratorController.php.

Member Function Documentation

◆ createResponse()

TYPO3\CMS\Core\Controller\PasswordGeneratorController::createResponse ( array  $data)
protected

◆ generate()

TYPO3\CMS\Core\Controller\PasswordGeneratorController::generate ( ServerRequestInterface  $request)

◆ getLanguageService()

TYPO3\CMS\Core\Controller\PasswordGeneratorController::getLanguageService ( )
protected