10 calls to Command::getName()
- BaseCommand::initialize in vendor/
composer/ composer/ src/ Composer/ Command/ BaseCommand.php - @inheritDoc
- BaseDependencyCommand::doExecute in vendor/
composer/ composer/ src/ Composer/ Command/ BaseDependencyCommand.php - Execute the command.
- Command::run in vendor/
symfony/ console/ Command/ Command.php - Runs the command.
- SingleCommandApplication::run in vendor/
symfony/ console/ SingleCommandApplication.php - Runs the command.
- TraceableCommand::execute in vendor/
symfony/ console/ Command/ TraceableCommand.php - Executes the current command.
- TraceableCommand::handleSignal in vendor/
symfony/ console/ Command/ TraceableCommand.php - The method will be called when the application is signaled.
- 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.
- TraceableCommand::setCode in vendor/
symfony/ console/ Command/ TraceableCommand.php - Calling parent method is required to be used in {