Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConsoleEvents.php

ConsoleEvents::TERMINATE

The TERMINATE event allows you to attach listeners after a command is executed by the console.

Plugin annotation

@Event("Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent");

File

vendor/symfony/console/ConsoleEvents.php, line 49

Class

ConsoleEvents
Contains all events dispatched by an Application.

Namespace

Symfony\Component\Console

Code

public const TERMINATE = 'console.terminate';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal