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

Public Member Functions

 __construct (SiteFinder $siteFinder)
 

Protected Member Functions

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

Protected Attributes

SiteFinder $siteFinder
 

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 ( SiteFinder  $siteFinder)

Member Function Documentation

◆ configure()

TYPO3\CMS\Core\Command\SiteListCommand::configure ( )
protected

Defines the allowed options for this command

Definition at line 45 of file SiteListCommand.php.

◆ execute()

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

Shows a table with all configured sites

Definition at line 55 of file SiteListCommand.php.

References $locales, and $output.

Member Data Documentation

◆ $siteFinder

SiteFinder TYPO3\CMS\Core\Command\SiteListCommand::$siteFinder
protected