‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Command\LanguagePackCommand Class Reference
Inheritance diagram for TYPO3\CMS\Install\Command\LanguagePackCommand:

Public Member Functions

 __construct (string $name, private readonly LateBootService $lateBootService)
 

Protected Member Functions

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 

Detailed Description

Core function for updating language packs

Definition at line 35 of file LanguagePackCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Command\LanguagePackCommand::__construct ( string  $name,
private readonly LateBootService  $lateBootService 
)

Definition at line 37 of file LanguagePackCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Install\Command\LanguagePackCommand::configure ( )
protected

Configure the command by defining the name, options and arguments

Definition at line 47 of file LanguagePackCommand.php.

◆ execute()

TYPO3\CMS\Install\Command\LanguagePackCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Update language packs of all active languages for all active extensions

Exceptions

Definition at line 83 of file LanguagePackCommand.php.

References $output, and TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode().