function OutputInterface::isDebug
Returns whether verbosity is debug (-vvv).
3 methods override OutputInterface::isDebug()
- NullOutput::isDebug in vendor/
symfony/ console/ Output/ NullOutput.php - Returns whether verbosity is debug (-vvv).
- Output::isDebug in vendor/
symfony/ console/ Output/ Output.php - Returns whether verbosity is debug (-vvv).
- OutputStyle::isDebug in vendor/
symfony/ console/ Style/ OutputStyle.php - Returns whether verbosity is debug (-vvv).
File
-
vendor/
symfony/ console/ Output/ OutputInterface.php, line 85
Class
- OutputInterface
- OutputInterface is the interface implemented by all Output classes.
Namespace
Symfony\Component\Console\OutputCode
public function isDebug() : bool;