LanguagePackCommand extends Command
Core function for updating language packs
Table of Contents
Methods
- __construct() : mixed
- configure() : mixed
- Configure the command by defining the name, options and arguments
- execute() : int
- Update language packs of all active languages for all active extensions
Methods
__construct()
public
__construct(string $name, LateBootService $lateBootService) : mixed
Parameters
- $name : string
- $lateBootService : LateBootService
configure()
Configure the command by defining the name, options and arguments
protected
configure() : mixed
execute()
Update language packs of all active languages for all active extensions
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface