18 string references to 'Command'
- Application::complete in vendor/
symfony/ console/ Application.php - Adds suggestions to $suggestions for the current completion input (e.g. option or argument).
- Application::doRun in vendor/
symfony/ console/ Application.php - Runs the current application.
- Application::getDefaultInputDefinition in vendor/
symfony/ console/ Application.php - Gets the default input definition.
- ArgvInput::parseArgument in vendor/
symfony/ console/ Input/ ArgvInput.php - Parses an argument.
- CliRequest::__construct in vendor/
symfony/ console/ Debug/ CliRequest.php - Command::run in vendor/
symfony/ console/ Command/ Command.php - Runs the command.
- CommandDataCollector::getName in vendor/
symfony/ console/ DataCollector/ CommandDataCollector.php - Returns the name of the collector.
- CommandTester::execute in vendor/
symfony/ console/ Tester/ CommandTester.php - Executes the command.
- CompleteCommand::execute in vendor/
symfony/ console/ Command/ CompleteCommand.php - Executes the current command.
- EventDispatcher::isCommandClass in vendor/
composer/ composer/ src/ Composer/ EventDispatcher/ EventDispatcher.php - Checks if string given references a command class
- SelfUpdateCommand::execute in vendor/
composer/ composer/ src/ Composer/ Command/ SelfUpdateCommand.php - SendmailTransportFactory::create in vendor/
symfony/ mailer/ Transport/ SendmailTransportFactory.php - TraceableCommand::execute in vendor/
symfony/ console/ Command/ TraceableCommand.php - Executes the current command.
- TraceableCommand::initialize in vendor/
symfony/ console/ Command/ TraceableCommand.php - Initializes the command after the input has been bound and before the input is validated.
- TraceableCommand::interact in vendor/
symfony/ console/ Command/ TraceableCommand.php - Interacts with the user.
- TraceableCommand::run in vendor/
symfony/ console/ Command/ TraceableCommand.php - Runs the command.
- XmlDescriptor::getApplicationDocument in vendor/
symfony/ console/ Descriptor/ XmlDescriptor.php - XmlDescriptor::getCommandDocument in vendor/
symfony/ console/ Descriptor/ XmlDescriptor.php