UpdateLanguagePackCommand extends Command
Core function for updating language packs
to provide "language:update" command in EXT:core and not part of public API.
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- 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, BootService $bootService) : mixed
Parameters
- $name : string
- $bootService : BootService
configure()
Configure the command by defining the name, options and arguments
protected
configure() : void
execute()
Update language packs of all active languages for all active extensions
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface