You are here

constant ConsoleCommandEvent::RETURN_CODE_DISABLED in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Event/ConsoleCommandEvent.php \Symfony\Component\Console\Event\ConsoleCommandEvent::RETURN_CODE_DISABLED

The return code for skipped commands, this will also be passed into the terminate event.

File

vendor/symfony/console/Event/ConsoleCommandEvent.php, line 24

Class

ConsoleCommandEvent
Allows to do things before the command is executed, like skipping the command or changing the input.

Namespace

Symfony\Component\Console\Event

Code

const RETURN_CODE_DISABLED = 113;