protected function Command::configure in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Command/Command.php \Symfony\Component\Console\Command\Command::configure()
Configures the current command.
1 call to Command::configure()
- Command::__construct in vendor/
symfony/ console/ Command/ Command.php - Constructor.
17 methods override Command::configure()
- BarBucCommand::configure in vendor/
symfony/ console/ Tests/ Fixtures/ BarBucCommand.php - Configures the current command.
- DbCommandBase::configure in core/
lib/ Drupal/ Core/ Command/ DbCommandBase.php - Configures the current command.
- DescriptorCommand1::configure in vendor/
symfony/ console/ Tests/ Fixtures/ DescriptorCommand1.php - Configures the current command.
- DescriptorCommand2::configure in vendor/
symfony/ console/ Tests/ Fixtures/ DescriptorCommand2.php - Configures the current command.
- Foo1Command::configure in vendor/
symfony/ console/ Tests/ Fixtures/ Foo1Command.php - Configures the current command.
File
- vendor/
symfony/ console/ Command/ Command.php, line 140
Class
- Command
- Base class for all commands.
Namespace
Symfony\Component\Console\CommandCode
protected function configure() {
}