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

Protected Member Functions

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

Detailed Description

Command for importing T3D/XML data files

Definition at line 30 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 35 of file ImportCommand.php.

◆ execute()

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

Definition at line 72 of file ImportCommand.php.

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