‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Command\SiteListCommand Class Reference
Inheritance diagram for TYPO3\CMS\Core\Command\SiteListCommand:

Public Member Functions

 __construct (protected readonly SiteFinder $siteFinder)
 

Protected Member Functions

 execute (InputInterface $input, OutputInterface $output)
 

Detailed Description

Command for listing all configured sites

Definition at line 30 of file SiteListCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Command\SiteListCommand::__construct ( protected readonly SiteFinder  $siteFinder)

Definition at line 32 of file SiteListCommand.php.

Member Function Documentation

◆ execute()

TYPO3\CMS\Core\Command\SiteListCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Shows a table with all configured sites

Definition at line 40 of file SiteListCommand.php.

References $languages, and $output.