function Command::configure
Configures the current command.
Return value
void
5 calls to Command::configure()
- Command::__construct in vendor/
symfony/ console/ Command/ Command.php - InstallCommand::configure in core/
lib/ Drupal/ Core/ Command/ InstallCommand.php - Configures the current command.
- InstallCommand::configure in core/
lib/ Drupal/ Core/ Command/ InstallCommand.php - Configures the current command.
- QuickStartCommand::configure in core/
lib/ Drupal/ Core/ Command/ QuickStartCommand.php - Configures the current command.
- QuickStartCommand::configure in core/
lib/ Drupal/ Core/ Command/ QuickStartCommand.php - Configures the current command.
50 methods override Command::configure()
- AboutCommand::configure in vendor/
composer/ composer/ src/ Composer/ Command/ AboutCommand.php - Configures the current command.
- ArchiveCommand::configure in vendor/
composer/ composer/ src/ Composer/ Command/ ArchiveCommand.php - Configures the current command.
- AuditCommand::configure in vendor/
composer/ composer/ src/ Composer/ Command/ AuditCommand.php - Configures the current command.
- BumpCommand::configure in vendor/
composer/ composer/ src/ Composer/ Command/ BumpCommand.php - Configures the current command.
- CheckPlatformReqsCommand::configure in vendor/
composer/ composer/ src/ Composer/ Command/ CheckPlatformReqsCommand.php - Configures the current command.
File
-
vendor/
symfony/ console/ Command/ Command.php, line 165
Class
- Command
- Base class for all commands.
Namespace
Symfony\Component\Console\CommandCode
protected function configure() {
}