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

Public Member Functions

 isEnabled ()
 

Protected Member Functions

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

Detailed Description

Command for dumping the class-loading information.

Definition at line 30 of file DumpAutoloadCommand.php.

Member Function Documentation

◆ configure()

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

Defines the allowed options for this command

Definition at line 35 of file DumpAutoloadCommand.php.

◆ execute()

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

Dumps the class loading information

Definition at line 57 of file DumpAutoloadCommand.php.

References $output, and TYPO3\CMS\Core\Core\ClassLoadingInformation\dumpClassLoadingInformation().

◆ isEnabled()

TYPO3\CMS\Core\Command\DumpAutoloadCommand::isEnabled ( )

This command is not needed in composer mode.

Definition at line 49 of file DumpAutoloadCommand.php.

References TYPO3\CMS\Core\Core\Environment\isComposerMode().