constant ConsoleEvents::TERMINATE in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/ConsoleEvents.php \Symfony\Component\Console\ConsoleEvents::TERMINATE
The TERMINATE event allows you to attach listeners after a command is executed by the console.
The event listener method receives a Symfony\Component\Console\Event\ConsoleTerminateEvent instance.
Related topics
File
- vendor/
symfony/ console/ ConsoleEvents.php, line 46
Class
- ConsoleEvents
- Contains all events dispatched by an Application.
Namespace
Symfony\Component\ConsoleCode
const TERMINATE = 'console.terminate';