SiteSetsListCommand extends Command
Command for listing all configured sites
Table of Contents
Properties
Methods
- __construct() : mixed
- configure() : void
- Defines the allowed options for this command
- execute() : int
- Shows a table with all configured sites
- getLanguageService() : LanguageService
Properties
$setRegistry read-only
protected
SetRegistry
$setRegistry
Methods
__construct()
public
__construct(SetRegistry $setRegistry) : mixed
Parameters
- $setRegistry : SetRegistry
configure()
Defines the allowed options for this command
protected
configure() : void
execute()
Shows a table with all configured sites
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intgetLanguageService()
protected
getLanguageService() : LanguageService