‪TYPO3CMS  10.4
TYPO3\CMS\Impexp\Command\ImportCommand Class Reference
Inheritance diagram for TYPO3\CMS\Impexp\Command\ImportCommand:

Protected Member Functions

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

Detailed Description

Command for importing T3D/XML data files

Definition at line 35 of file ImportCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Impexp\Command\ImportCommand::configure ( )
protected

Configure the command by defining the name, options and arguments

Definition at line 40 of file ImportCommand.php.

◆ execute()

int TYPO3\CMS\Impexp\Command\ImportCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Executes the command for importing a t3d/xml file into the TYPO3 system

Parameters
InputInterface$input
OutputInterface$output
Returns
‪int

Definition at line 83 of file ImportCommand.php.

References $output, and TYPO3\CMS\Core\Core\Bootstrap\initializeBackendAuthentication().